1.1.1 • Published 2 years ago

passwordy v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

optionaliasdescription
--help-hdisplay help for command
--length-llength of the password
--no-numbers-nnremove numbers
--no-symbols-nsremove symbols
--hash-hshashes the password with sha512
--bcrypt-bhashes the password using bcrypt.hash()

License

MIT License.

Copyright (c) 2021 Facundo Carbonel / Passwordy