Skip to content

Releases: oplS15projects/TheDankBank

Final Code Turn-In

26 Apr 21:18
Compare
Choose a tag to compare

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

20 Apr 21:23
Compare
Choose a tag to compare
Milestone2 Pre-release
Pre-release

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

13 Apr 20:10
Compare
Choose a tag to compare
Milestone1 Pre-release
Pre-release

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