https://github.com/mlezcano1985/bcrypt-generate
Create a bcrypt hash using bcryptjs module in the command line
https://github.com/mlezcano1985/bcrypt-generate
auth authentication bcrypt bcryptjs crypto encryption nodejs password
Last synced: 2 months ago
JSON representation
Create a bcrypt hash using bcryptjs module in the command line
- Host: GitHub
- URL: https://github.com/mlezcano1985/bcrypt-generate
- Owner: mlezcano1985
- Created: 2019-01-08T15:42:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T13:38:07.000Z (over 6 years ago)
- Last Synced: 2025-02-07T07:37:07.046Z (3 months ago)
- Topics: auth, authentication, bcrypt, bcryptjs, crypto, encryption, nodejs, password
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://twitter.com/mlezcano1985).If you believe you have found an issue, please report it using the [GitHub issue tracker](https://github.com/mlezcano1985/bcrypt-generate/issues), 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!