This extension generates safe passwords within the browser and page context through an overlay. The extension is based on James Coglan's vault (https://github.com/jcoglan/vault).
Right now this is a chrome only content_script extension with browser action support.
- storage
- activeTab
- website access for http and https
- Install the unzipped extension by using the chrome/chromium developer mode.
- Use the extension options to configure allowed or required characters, the servicename generation and so on.
- Login to your account and change the password or create a new account. As soon as you hit the password field an overlay should open with a preset servicename and another password field. Choose your servicename and password and hit the Generate Button. Save the changes and logout.
- Now you should be able to login with the overlay opening as soon as you hit a password field. Make sure you use the same servicename and password as set before. The number of password fields found should be shown in front of the extension icon. If there was a password field on the page but no overlay opened, please click on the extension icon to rerun the password field recognition. If that didn't help, you might have found a bug...
- facebook.com
- google.com (gmail, plus, ...)
- ebay.com
- paypal.com
- trello.com
- news.ycombinator.com
- amazon.com
- stackoverflow.com
- github.com
- a jenkins installation
- reichelt.de
- twitter.com
- alternate.de -> password rule: 'length' => 15
- o2online.de -> password rule: 'symbol' => 0, 'dash' => 0, 'space' => 0
- comdirect.de - layout ok now
... more to come
- o2online.de - change password does not work
See github's repository issue section
- if possible: if extension gets deactivated or deleted the overlays should be removed from every page
- firefox extension
- android app