ZIJ / fastpassword

Generates fast-to-type passwords

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fastpassword

npm version Build Status

Generates easy-to-type passwords.

Why

Speed of typing is often overlooked for passwords. But if you enter it countless times a day, saved split seconds can add up to a considerable time saving.

How it works

The utility ensures that any D sequential characters are entered with different fingers based on standard QWERTY keyboard layout, where D stands for "depth".

Installation

npm install -g fastpassword

How to use

  • fastpassword Simply generate an easy-to-type password
  • fastpassword -l 10 -d 4 Generate password of 10 chars with minimum 4 sequent chars guaranteed for different fingers
  • fastpassword -h Help

Options

  • -l Length of the password
  • -d Minimum sequent chars guaranteed for different fingers
  • -h Help

About

Generates fast-to-type passwords

License:MIT License


Languages

Language:JavaScript 100.0%