0.1.3 • Published 11 years ago
fastpassword v0.1.3
Fastpassword
Command-line utility that generates fast-to-type passwords.
Why
- Most (if not all) existing password generators are focused on security or readability, but not ease of typing
- I wanted to get hands dirty with ES 2015 features
Installation
npm install -g fastpasswordHow to use
fastpasswordSimply generate easy-to-type passwordfastpassword -l 10 -d 4Generate password of 10 chars with minimum 4 sequent chars guaranteed for different fingers- Get help
fastpassword -h
Options
-lLength of the password-dMinimum sequent chars guaranteed for different fingers-hHelp