Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 275 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 275 Bytes

SimpleAtm

ATM Machine console application implemented in java

Shortcomings

I have trouble with storing encrypted pin numbers and being able to decrypt them after reading the encrypted pin from the text file. As such, PIN numbers are stored as is (not very safe I know)