This is a very simple simulation of internet banking mechanism.
- UPI money transfer
- Creating and Deleting an account
- Accessin Account details
- Deposit
- The account info is stored in a .dat file which is encrypted using a very simple method(Bitwise XOR). Make sure you download all the files and save them in the same folder.
Just download a.exe and record.dat if you just want to only see the implementation.
Also the program can run only on Windows systems
For Linux OS you need to change the system commands in the server and client files accordingly ("rm" in place of "del" and "mv" in place of "ren")
For changing the colors refer