Skip to content

candiepih/PasswordSafe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PasswordSafe

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.

Features

  • 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.

Installation

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

step2

  • Now passwordSafe icon should appear at the toolbar.

Usage

  • 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:-

step3

  • 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.

step4

  • 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.

step6

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.

step8

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.

step7

  • You can generate random passwords and copy them to clipboard with password safe.

step5

Author

Alex Steve

Github: https://github.com/candiepih

Email: mutheeal.am@gmail.com

About

A web extension for storing and retrieve users passwords

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published