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: about 2 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T12:00:11.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T21:08:40.558Z (over 1 year 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