passwordy
v1.1.1
Published
A simple secure password generator
Downloads
3
Maintainers
Readme
Passwordy
A simple CLI password generator for Node.js
Install
To install passwordy run the following command:
npm i -g passwordy
Usage
In order to use passwordy you can simply do:
passwordy <options>
Note
If you don't specify any option Passwordy will generate an 8 character password containing letters, numbers and symbols.
Commands
| option | alias | description | |---|---|---| | --help | -h | display help for command | | --length | -l | length of the password | | --no-numbers | -nn | remove numbers | | --no-symbols | -ns | remove symbols | | --hash | -hs | hashes the password with sha512 | | --bcrypt | -b | hashes the password using bcrypt.hash() |
License
MIT License.
Copyright (c) 2021 Facundo Carbonel / Passwordy