Skip to content

ATM written in Java. Stores information in level1 memory encrypted in SHA-512.

Notifications You must be signed in to change notification settings

maddoxk/ATM_Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

ATM written in Java. Stores information in level1 memory encrypted in SHA-512.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages