A web extension for storing and retrieve users passwords. For instance when you are registering to a particular website it will suggest a strong password you can use and store it so that it can be used to login to the website.
- Store and retrieve passwords
- Generate strong passwords with custom length and characters
- Sync passwords in storage so that you can use the same password on multiple devices
- Encrypt passwords using AES-256-CBC encryption algorithm and store securely
- Autofill passwords for a website that you had already stored it's passwords.
The extension isn't yet available in the Chrome store.
You can install it using the following steps:-
- Clone this repository
- Open google chrome and go to chrome://extensions
- Enable Developer mode
- Click on the "Load unpacked extension" button
- Select the folder named
dist
from the root of the cloned repository and click on the "Load" button - After installing click the extension icon and pin to the toolbar as below
- Now passwordSafe icon should appear at the toolbar.
- If you are installing password safe for the first time, you will need to add a security key to start using it. Click the password safe icon and a popup should appear as below:-
- Serity key can be anything you want. ie. a phrase, a number, etc. Your will have to remember this key as it's used to encrypt and decrypt your passwords.
- After adding key a window similar to image below should appear.
- After visiting a site and registering password safe will try to generate a random password and prompt you if you wish to auto fill it.
register form reference https://stackoverflow.com
- Password will be saved and any time you login to the website password safe will retrieve the password for you and prompt to autofill it.
login page reference https://stackoverflow.com
- Any saved password should appear now on the popup window as shown below. Here you can view it, copy, or delete it. If you choose to delete, copy it because it will be deleted from storage and you will have to remember it for later use.
- You can generate random passwords and copy them to clipboard with password safe.
Alex Steve
Github: https://github.com/candiepih
Email: [email protected]