Skip to content

xvello/html-password-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android port Firefox port

password-generator

The static webpage allows you to generate site-specific password from a single master password. This avoids the hassle of remembering a unique password for each website you sign up to.

Screenshot

Why should I use it ?

We all have dozens (or even hundreds) of website accounts we have to remember. We are then tempted to reuse the same password for several websites. If one of them is hacked or malevolent, you risk exposing your other accounts.

How does it work?

It mixes together your personal master password and the website domain using a little cryptographic magic we call SHA-1. It will always get the same result if given that domain name and master password, but will never get that result if either changes. (Well, once in a few billion times it might.)

All the calculations are done locally in your browser, neither your master password nor the generated password are exchanged on the network. You can even download it to your computer or mobile phone and run it locally.

Thanks

Based on Nic Wolff's password generator version 11 apr 2014, using the Bootstrap framework and Glyphicons icons.

About

Generates unique passwords from website's domain and master passphrase

Resources

License

Stars

Watchers

Forks

Packages

No packages published