Skip to content

I2rys/mspg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

mspg

Multiple strong passwords generator

Installation

Github:

git clone https://github.com/I2rys/mspg

NPM Packages:

npm i randomstring

Usage

node index.js <length> <amount> <output>
  • length - The length of the passwords to generate.
  • amount - The amount of how many passwords to generate.
  • output - The output in where to save the generated passwords.

License

MIT © I2rys