SecureVault Password Manager


Project codes are available at Github

SecureVault is a password manager which uses OpenSSL to encrypt and decrypt passwords. OpenSSL is an open-source full-featured toolkit for general-purpose cryptography and secure communication. Click here to find out more about OpenSSL.

On log in, users will see the list of apps which has stored passwords, if any. Users can click on the list entry to retrieve their password. As an added layer of security, users will need to provide a key to decrypt the password. The key, which serves as both the encryption and decryption keys, was provided by the user when the app's password entry was first created. It is required by OpenSSL to encrypt the password.

Besides retrieving stored passwords, SecureVault allows users to add, delete and edit app password entries. Watch the video below to find out more about SecureVault's features.