Skip to content

Final Code Turn-In

Latest
Compare
Choose a tag to compare
@tyalt1 tyalt1 released this 26 Apr 21:18
· 2 commits to master since this release

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.