Drawing
College PROJECT
- Developed a secure and user-friendly Password Manager application aimed at efficiently storing, retrieving, and generating strong passwords.
- Implemented both CLI and GUI versions using Python, leveraging Tkinter for the graphical interface and SQLite/JSON for persistent data storage.
- Ensured data security by integrating AES encryption and SHA-256 hashing to protect stored credentials from unauthorized access.
- Enabled features such as strong password generation, encrypted storage, and easy retrieval, enhancing usability and security.
- Utilized Python’s Cryptography library to implement robust encryption mechanisms and secure data handling practices.
- Designed the system to be modular and scalable, allowing for future enhancements like multi-factor authentication (MFA), cloud backup, and biometric login.
- Focused on secure coding practices and user experience, ensuring the application is both functional and resistant to common security threats.