Releases: oplS15projects/TheDankBank
Releases · oplS15projects/TheDankBank
Final Code Turn-In
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.
Milestone2
Our submission for Milestone two. Contains:
- Bank account class (In BankAccountClass.rkt)
- Banking back-end.
- Banking client front-end (In BankClient.rkt)
Note: purpose of each file will be defined in README.md
Milestone1
Our submission for Milestone one. As stated in FP4, this repository contains:
- Working ciphers (Caesar and Vigenere)
- A GUI in which to test the ciphers