Final draft of code for TheDankBank.
We completed everything we declared in FP4 for our first milestone. We provided a GUI driver for our cryptography code. We felt that was not enough and delivered a banking client that is much more featured.
Notable features of our banking client:
- Banking Client that accumulates state.
- Can create multiple accounts in constantly updated database.
- Encrypted passwords of users to protect accounts.
- Added an SQLite database to have persistent accounts.