Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
-
Per bcrypt implementation, only Note that this is not the first 72 characters. |
Beta Was this translation helpful? Give feedback.
-
Bcrypt generates the hashed password in modular crypt format (MCF) the hash itself contains information about the algorithm, rounds and the salt |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Why bcrypt.compare function no need to use salt, when compare with origin password?
hash-salt-test.js
Beta Was this translation helpful? Give feedback.
All reactions