https://github.com/natantezare/atm-machine
This is a simple ATM system implemented in Python. The application allows users to perform basic banking operations including checking their balance, depositing money, withdrawing funds, viewing transaction history, and changing their PIN. The system uses hashing to securely store and verify PINs. Transaction records are maintained with timestamps.
https://github.com/natantezare/atm-machine
atm banking-system hashing python sha-256 transaction-history user-authentication
Last synced: 7 months ago
JSON representation
This is a simple ATM system implemented in Python. The application allows users to perform basic banking operations including checking their balance, depositing money, withdrawing funds, viewing transaction history, and changing their PIN. The system uses hashing to securely store and verify PINs. Transaction records are maintained with timestamps.
- Host: GitHub
- URL: https://github.com/natantezare/atm-machine
- Owner: NatanTezare
- Created: 2024-08-14T19:39:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-16T12:00:11.000Z (about 1 year ago)
- Last Synced: 2025-01-17T21:08:40.558Z (9 months ago)
- Topics: atm, banking-system, hashing, python, sha-256, transaction-history, user-authentication
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ATM-machine