A simple console-based banking system built in Java.
Supports account creation, login/logout, deposits, withdrawals, password management, and account closure.
- Open & close accounts
- Login/Logout with SHA-256 hashed passwords
- Deposit & withdraw money
- Transaction history with timestamps
- View account details
# Compile
javac Main.java
# Run
java Main