Skip to content

pretzel-pass module

Mullen Thomas requested to merge hasher into dev

A first working version of the pretzel-pass password generator.

Includes:

  • Ability to set options and salt
  • Generate password from master password, domain, salt
  • Require a minimum number of special characters, numbers, uppercase, etc
  • Set the password length (iterates to generate passwords longer than 32 characters)
  • Maps the hex characters to alphaNum (double the entropy per character of HashPass)
  • Can choose the number of hashing rounds (hash the hash of the hash of the hash...)
  • Is an NPM-ready module, so code can be reused.
  • Some basic unit tests

Overall, it's way better than HashPass already, even without a UI! :p

Merge request reports

Loading