Skip to content

ak-and-co911/Banking-Management-System-using-C-Mini-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

Banking-Management-System-using-C-With-Encryption-Using-C

This is a very simple simulation of internet banking mechanism.

Features included:

  • 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

About

A simulation of internet banking mechanism. Hope you find it interesting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages