Skip to content

PasswordMaker powered by WebExtension

License

Notifications You must be signed in to change notification settings

emersion/passwordmaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PasswordMaker

PasswordMaker powered by WebExtension.

Be aware of PasswordMaker flaws before using it!

PasswordMaker 0.11

Features:

  • Action button with domain name autocompletion, master password saving (in Firefox's secure database) and clipboard support
  • Preferences to manage the profile
  • 8 hashing algorithms:
    • SHA-1
    • HMAC-SHA-1
    • SHA-256
    • HMAC-SHA-256
    • MD5
    • HMAC-MD5
    • RIPEMD-160
    • HMAC-RIPEMD-160
  • 6 included character sets
  • Latest and greatest circular icon technology

How does it work?

diagram

Usage

There is also an Android app available: https://play.google.com/store/apps/details?id=io.github.eddieringle.android.apps.passwordmaker

Building

Install dependencies:

npm install

Generate the library from node-passwordmaker:

npm run build

To generate a packaged extension:

npm run dist

Licence

This extension is released under the MIT licence.