PassForge Password Manager
PassForge Password Manager
PassForge is a Python project completed for my Advanced Business Application Development course. PassForge is a password management application designed to provide users with a secure and efficient way to store, manage, and generate passwords locally on their computer. In an era where digital security is extremely important, PassForge addresses the challenge of remembering complex passwords for various online platforms and services. It uses industry standard encryption and hashing methods to ensure that stored passwords are safe from unauthorized access. In the PassForge application, the security of users' master passwords is maintained through the use of the bcrypt library, which applies both hashing and salting techniques for robust protection. Additionally, for the secure storage of usernames and passwords, the application employs symmetric encryption utilizing AES-128 bit via the Fernet module of the cryptography library.