ATM written in Java. Stores information in level1 memory encrypted in SHA-512.
I wrote this in about 24 hours, so forgive me if I am leaking resources or have sloppy code.
ATM program that stores all account data through SHA-512.
DATA -> SHA-512 (Cryptography.java) -> MEMORY (Account.java)