You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason salt2 used in the first roundsOOB test (lines 179 - 182) uses bcrypt as well as bcrypt.js and compares them. This results in an issue since bcrypt returns a salt with type of 2b while bcrypt.js returns a salt with type 2a. Oddly, in the following 2 tests both salt1 and salt2 use the bcrypt.js library.... so what is the real intent here?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in one week if no further activity occurs. Thank you for your contributions!
For some reason salt2 used in the first roundsOOB test (lines 179 - 182) uses bcrypt as well as bcrypt.js and compares them. This results in an issue since bcrypt returns a salt with type of 2b while bcrypt.js returns a salt with type 2a. Oddly, in the following 2 tests both salt1 and salt2 use the bcrypt.js library.... so what is the real intent here?
The text was updated successfully, but these errors were encountered: