1.0.0 • Published 3 years ago

@wzlin/bcrypt-cli v1.0.0

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

bcrypt-cli

CLI to generate the bcrypt hash of a plaintext password.

Usage

npx @wzlin/bcrypt-cli -p PLAINTEXT_PASSWORD

To enter the password in a prompt instead of passing it as part of the command:

npx @wzlin/bcrypt-cli

Options

--password/-p

Password to hash. If omitted, password will be requested via a private prompt.

--rounds/-r

Amount of key expansion rounds to do. If omitted, defaults to 15.

Install

To install it as a command:

npm i -g bcrypt-cli

After installation, it can be used directly:

bcrypt-cli [...options]
1.0.0

3 years ago

0.0.2

5 years ago

0.0.1

5 years ago