Skip to content

fix!(argon2): respect the salt provided in hash options #899

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

Conversation

Brooooooklyn
Copy link
Member

@Brooooooklyn Brooooooklyn commented Oct 3, 2024

Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @Brooooooklyn and the rest of your teammates on Graphite Graphite

@Brooooooklyn Brooooooklyn force-pushed the 10-03-fix_argon2_respect_the_salt_provided_in_hash_options branch from 48bcaff to 15d9c79 Compare October 3, 2024 16:26
@ainsly
Copy link

ainsly commented Oct 4, 2024

@Brooooooklyn you sir are a gentleman and a scholar 🙏 was debating putting in a PR myself but I saw there wasn't much activity here in a while other than dep bots. Then I was watching a recent Nx update vid and you got a personal shoutout for helping them with some wasi... I was like, wait... where have I heard that name before. Then it all made sense haha. Busy guy.

Appreciate you getting that sorted promptly, PR looks good. Was just thinking if it would need updated benchmarks, but I guess the salt doesn't effect the speed of the hash computation so shouldn't be necessary.

Thanks again

@Brooooooklyn Brooooooklyn merged commit 52c4553 into main Oct 4, 2024
32 checks passed
@Brooooooklyn Brooooooklyn deleted the 10-03-fix_argon2_respect_the_salt_provided_in_hash_options branch October 4, 2024 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Argon2 hash() method doesn't use provided salt, but hashRaw() does
2 participants