/password-generator

generates service passwords from a master password

Primary LanguageCSSMIT LicenseMIT

password-generator

This password generator generates service passwords from a master password. The generated password is based on the full name of the creator, a master password, the service name and a counter (in case the original password is compromised). The algorithm is a simplified version of the masterpasswordapp and uses a different password template. To prevent the UI from blocking web worker are being used.

Libraries

  • js-scrypt - A javascript implementation of scrypt
  • crypto-js - A javascript crypto library
  • zeroclipboard - A library that allows to access the clipboard using an invisible swf-file

Screenshots

Image Image

License

MIT