Releases: asankaSovis/password-manager-Python
Muragala Password Manager v2.1.1 Alpha
V2.1.1 Alpha
Muragala Password manager is a password manager designed to make managing passwords easy and secure. My goal is to make it a secure and reliable password manager available in the public domain for everyone to use. Privacy and security are for everyone, this is the core value behind this project. It uses Fernet encryption to encrypt passwords and store them on a database. It uses two-factor authentication with a password and randomly generated salt to encrypt the database. The application is built to be as simple as possible to make sure it's secure. On the other hand, this project is an experiment to see how to make a better security application.
*NOTE: This is a security patch
MD5:
05a817d7d2a03e692aeb0524e7ca002cSHA1:
e190058a3e75dda7fc203e11a5c943fe4a6fb699SHA256:
74f4a8eaa0b7d18fcd40235717ff88d7c4710af5cc0d41948c39e9884613dd04
Changelog
- Fixed the security key of saving the key
- Fixed the wrong command listed in the help file
- Added the option to get a new line by pressing enter key
© 2022 Asanka Sovis
Muragala Password Manager v1.0.0 Alpha
V1.0.0 Alpha
Muragala Password manager is a password manager designed to make managing passwords easy and secure. My goal is to make it a secure and reliable password manager available in the public domain for everyone to use. Privacy and security are for everyone, this is the core value behind this project. It uses Fernet encryption to encrypt passwords and store them on a database. It uses two-factor authentication with a password and randomly generated salt to encrypt the database. The application is built to be as simple as possible to make sure it's secure. On the other hand, this project is an experiment to see how to make a better security application.
NOTE: This is the initial release of the python version of the application
MD5:
DAE420C84E57026B7B51DEA8E78637F2SHA1:
F54C135E6257A9C3FA58B2ED953625D120AE8A1FSHA256:
3E0D95A22F8514AF496E1D27B02D3A2A0C1B7A4821CDC76F5DF5D3B19C0F6591
- Support for Encryption
- Add, Edit, Delete functionality
- Viewing and copying functionality
- Help and About sections
- Setting up a passcode
© 2022 Asanka Sovis