Skip to content

The password generator is based on SuperGenPass and uses BCrypt for hashing. The responsive design is built on Twitter's Bootstrap Framework and therefore across all screens.

Notifications You must be signed in to change notification settings

cobalt74/passwords

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 

Repository files navigation

Unique Passwords

You can use the password generator to create strong but unique passwords for all your web accounts. It internally uses the bcrypt algorithm for hashing.

###How to Use

Go to ctrlq.org/passwords to test a live version of the password generator.

  1. Enter the account login of any website in the User Name field (case insensitive)
  2. Put the website name in the domain field (case insensitive). Do not include any suffix or prefix in the domain name - for instance, use google and not google.com.
  3. Choose a password length.
  4. Think of a secret passphrase - do include digits, letters and symbols in your passphrase and never share it with anyone.

Just write the passphrase (case insensitive) in the input field and hit generate to get you your unique password for that particular site.

Mobile Version

The password generator uses responsive design and therefore works across all screens including mobile phones and tablets. All it requires is a web browser with JavaScript enabled.

Offline Version

You can also download the password generator for offline use. Just extract the zip file and double-click index.html to launch program. For added security, you may password-protect the folder or place the folder inside Dropbox and secure with 2-factor verification.

Authors

Credits

License

Copyright 2012 Digital Inspiration Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0

About

The password generator is based on SuperGenPass and uses BCrypt for hashing. The responsive design is built on Twitter's Bootstrap Framework and therefore across all screens.

Resources

Stars

Watchers

Forks

Packages

No packages published