/chrome-passwordmaker

A browser extension based on passwordmaker.org. Create unique passwords for every webpage using a cryptographic hash algorithm.

Primary LanguageJavaScriptGNU Lesser General Public License v3.0LGPL-3.0

PasswordMaker (.org) Chrome Extension

This is a Chrome Extension that implements the PasswordMaker.org method for generating a unique, secure password for any site, from a single master password.

This technique has been widely used since 2003, though it has been eclipsed by generators that create a random password for each site. The problem with that method is that every generated password must be stored - with the PasswordMaker.org technique you just memorize or record the master password (this master password can not be determined from the generated passwords).

Later, if you switch to a different platform or lose all record of your passwords, you can still easily unlock all your passwords, for all your sites (and on any platform since this same technique is implemented on other platforms) as long as you can remember your master password.

For more, see the passwordmaker.org site.

PLEASE Export your profile data it is advisable to always keep a back-up of your current profile data.

Installation

Install this extension from the Chrome Web Store.

Status of this project

Update 2021-05-16 by @GitTom

I applied some minor updates and created a new Chrome Web Store listing under the name "PasswordMaker (.org)".

Update 2014-07-13 by @heavensrevenge

I have updated this extension back to the Chrome Web Store which is located at https://chrome.google.com/webstore/detail/passwordmaker-pro/lnhofcfhehhcbccpmdmdpjncdoihmkkh to upgrade users still on old versions.

Update 2014-07-12 by @bitboxer

I don't use this plug-in anymore and do not have the time or energy to continue maintainership. I'm out. It was a nice ride.

Note on Patches/Pull Requests:

  • Fork the project.
  • Make your feature addition or bug fix.
  • Commit, do not mess with version in manifest.json (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
  • Send me a pull request. Bonus points for topic branches.

Copyright

See LICENSE for details. A list of all contributors can be found here.