bcrypt-generate
v1.0.2
Published
Create a bcrypt hash using bcryptjs module in the command line
Downloads
5
Maintainers
Readme
bcrypt-generate
Create a bcrypt hash using bcryptjs module in the command line
How to use?
- Download or clone project
- Install dependencies (npm install)
- 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!