Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI Password Generator

Node.js command line app to generate random passwords. This uses crypto module due to which generated passwords are totally random, and unpredictable.

Password Generator

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 
or
npm uninstall -g passgen (to completely remove the package)

Options

Short Long Description
-l --length length of password (default: 8)
-s --save [string] default: save password to passwords.txt
-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 app to generate random passwords.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages