Skip to content

SebastianTusk/firefox-passwordmaker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PasswordMaker

This extension provides a simple PasswordMaker feature for Firefox. It's available on Firefox for Linux, Windows, OS X and Android.

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

Installing

You can find the extension on Firefox add-ons website: https://addons.mozilla.org/fr/firefox/addon/password-maker-x/

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

Building

This extension was built using the add-on SDK.

Generate the library from node-passwordmaker:

npm build

To run the extension:

jpm run

To build the extension using the SDK:

jpm xpi

Licence

This extension is released under the MIT licence.

Packages

No packages published

Languages

  • JavaScript 83.0%
  • CSS 11.5%
  • HTML 5.5%