Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with test.js line 182 #106

Closed
WebMatrixware opened this issue Aug 13, 2019 · 1 comment
Closed

Issue with test.js line 182 #106

WebMatrixware opened this issue Aug 13, 2019 · 1 comment
Labels

Comments

@WebMatrixware
Copy link

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?

Copy link

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!

@github-actions github-actions bot added the stale label Feb 21, 2025
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant