Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 815 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 815 Bytes

ATM_Java

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)

Screen Shot 2021-10-08 at 4 15 15 PM

Screen Shot 2021-10-08 at 4 23 11 PM

Screen Shot 2021-10-08 at 4 24 11 PM