bcrypt-generate

1.0.2 • Public • Published

bcrypt-generate

Create a bcrypt hash using bcryptjs module in the command line

How to use?

  1. Download or clone project
  2. Install dependencies (npm install)
  3. Run this command at root of project: node index --text=text_to_generate_hash --salt=number_of_salt_round

That is all!!! On the console, should appear the generated hash from text parameter applying the salt value.

Example

node index --text=mypasswd --salt=10

Support

If you are having general issues with this package, feel free to contact me on Twitter.

If you believe you have found an issue, please report it using the GitHub issue tracker, or better yet, fork the repository and submit a pull request.

If you're using this package, I'd love to hear your thoughts. Thanks!

Package Sidebar

Install

npm i bcrypt-generate

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

1.85 kB

Total Files

3

Last publish

Collaborators

  • mlezcano1985