Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 450 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 450 Bytes

Berry Bank

Simple bank program

Reads account data from files, allows deposits, withdrawls and opening new accounts.

The data for the accounts is stored encrypted to ensure privacy of account holders using a simple custom encryption algorithm. The accounts use a user generated 6 letter key for decrypting account data, which also serves as a password.

master branch - C++0x standards

turbo branch - Borland Turbo C++ standards