Skip to content

Commit

Permalink
Properly acknowledge bcrypt package in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Likogann committed Feb 23, 2023
1 parent 10c69f0 commit d274075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ if (Captcha.verifyCaptcha(captchaToVerify, userInput)) { // "verifyCaptcha()" re
### NodeJS modules
canvas [(npm)](https://www.npmjs.com/package/canvas) [(github)](https://github.com/Automattic/node-canvas) - Used for image generation.
invert-color [(npm)](https://www.npmjs.com/package/invert-color) [(github)](https://github.com/onury/invert-color) - Used to determine if the text on the generated captcha image should be black or white.
bcrypt [(npm)](https://www.npmjs.com/package/bcrypt) [(github)](https://github.com/kelektiv/node.bcrypt.js)
bcrypt [(npm)](https://www.npmjs.com/package/bcrypt) [(github)](https://github.com/kelektiv/node.bcrypt.js) - Used for hashing generated captcha data, and for authenticating captchas

### Fonts
OpenSans by Steve Matteson [(google fonts)](https://fonts.google.com/?query=Steve+Matteson)

0 comments on commit d274075

Please sign in to comment.