Skip to content

Node.js command line password generator

Notifications You must be signed in to change notification settings

AloneSpace/passgen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command Line Password Generator

Node.js command line app to generate random passwords

Usage

Install dependencies

npm install

Run file

node index (options)

To create a symlink to run "passgen" from anywhere

npm link

# Now you can run
passgen (options)

# To remove symlink
npm unlink

Options

Alias Full Description
-l --length length of password (default: 8)
-s --save save password to passwords.txt
-th --thai add thai char to password
-th-a --thai-alpha add only thai alpha to password
-th-d --thai-digit add only thai digit to password
-nn --no-numbers remove numbers
-ns --no-symbols remove symbols
-h --help display help for command
-V --version Show the version

About

Node.js command line password generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%