1.0.1 • Published 6 years ago

@ianwalter/bcrypt v1.0.1

Weekly downloads
-
License
Apache 2.0 with C...
Repository
-
Last release
6 years ago

@ianwalter/bcrypt

Generate bcrypt hashes from the command-line

Installation

npm install -g @ianwalter/bcrypt

Usage

The first argument is the password to be hashed and the second argument is the number of rounds used to generate the salt (optional, defaults to 10).

bcrypt somePassword 14

License

Apache 2.0 with Commons Clause - See LICENSE

 

© Ian Walter