You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenPasswordManager is an open-source password manager, developed using Python(Flask).
OPM allows the user to self-host a password manager on their own server instead of paying for a premium service.
Flask being a lightweight library requires very low computational power while also being very scalable.
Password are encrypted in the database.
Current Features
- Multiple users.
- Create Profiles.
- User-Profile Passwords are hashed using bcrypt.
- Stored passwords are encrypted using Fernet from cryptography package
- Passwords are decrypted only when explictly requested to view the password.
Alert - Consider changing the key in "opm/passcrypt.py" using "FernetGenerateKey.bat".