A secure command-line based Python project for managing bank customers, accounts, deposits, withdrawals, and transfers.
- Create Savings & Checking Accounts
- Password Hashing (SHA-256)
- Lock accounts after 3 failed attempts
- Deposit, Withdraw, Transfer with password protection
- JSON-based persistent storage
python banking_system.py