0.1.3 • Published 9 years ago

fastpassword v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Fastpassword

npm version Build Status

Command-line utility that generates fast-to-type passwords.

Why

  1. Most (if not all) existing password generators are focused on security or readability, but not ease of typing
  2. I wanted to get hands dirty with ES 2015 features

Installation

npm install -g fastpassword

How to use

  • fastpassword Simply generate easy-to-type password
  • fastpassword -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