fastpassword
v0.1.3
Published
Generates fast-to-type passwords
Downloads
7
Readme
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 fastpassword
How to use
fastpassword
Simply generate easy-to-type passwordfastpassword -l 10 -d 4
Generate password of 10 chars with minimum 4 sequent chars guaranteed for different fingers- Get help
fastpassword -h
Options
-l
Length of the password-d
Minimum sequent chars guaranteed for different fingers-h
Help