This project demonstrates a secure Python login system. It allows users to log in using a username and password while limiting login attempts to improve security.
- Username and password authentication
- Hidden password input using getpass
- Maximum of 3 login attempts
- Warning before the final attempt
- Access denied after three failed attempts
- Python 3
- getpass module
- Open the terminal.
- Navigate to the project folder.
- Run: python3 secure_code.py
- secure_code.py
- README.md
- REPORT.md
Muzna Zaib
BS Computer Science Student
CodeAlpha Cyber Security Intern