A medium-security python password manager that encrypts passwords
Pass Lock AES-encrypted-password-managerA medium security python password manager that encrypt passwords using Advanced Encryption Standard (AES) PassLock is a password manager and password generator that encrypts passwords using AES and save them securely on your local machine. The password is encrypted and decrypted with a 32-bit key embedded in the master password and will get updated with each use. So extending the length of the master password will steadily improve the overall security and key length. PassLock also generates a […]
Read more