I2rys / mspg

Multiple strong passwords generator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Multiple strong passwords generator.

License:MIT License


Languages

Language:JavaScript 100.0%