neoBcrypt
Hash a password or check it using bcrypt
Based on:
https://github.com/dcodeIO/bcrypt.js/blob/master/README.md
neoBcryptHashPassword
Purpose: |
Hash a password using bcrypt. |
Category: |
neoBcrypt |
Syntax: |
neoBcryptHashPassword "thePassword" [theHashedPassword]
thePassword Password to hash theHashedPassword Variable to store the hashed password |
neoBcryptCheckPassword
Purpose: |
Check a password using bcrypt |
Category: |
neoBcrypt |
Syntax: |
neoBcryptCheckPassword "thePassword" "theHashedPassword" [theResult]
thePassword Password to check theHashedPassword Hashed password theResult Variable to store result (true or false) |
Created with the Personal Edition of HelpNDoc: Elevate Your Help Documentation with a Help Authoring Tool