Banking System
The Banking System is a web-based application that allows users to manage accounts, make transactions, and view balances securely, simulating core bank functionalities.
Project Overview
The system supports user registration, secure login, and a variety of banking functionalities including deposits, withdrawals, transfers, and balance viewing, with encryption for secure transactions.
Key Features
- User authentication and account registration
- Deposit and withdrawal functionality
- Transfer funds between accounts
- View account balance and transaction history
- Transaction history tracking for users
- High-level encryption for secure transactions
Technologies Used
- Python (Flask for backend)
- HTML, CSS, JavaScript (for frontend)
- SQLite or MySQL (database)
- Cryptography for secure transactions
View Code