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

Replace bcrypt with argon2 and salt passwords #84

Merged
merged 15 commits into from
Jan 15, 2025
Merged

Replace bcrypt with argon2 and salt passwords #84

merged 15 commits into from
Jan 15, 2025

Conversation

bitfl0wer
Copy link
Member

Does what it says on the tin. Hashing uses argon2id v19 with default, recommended parameters. Salt generated is 16 characters long and is generated using rust_crypto methods.

Perhaps the hash comparison when logging in could be done better/differently? But this should be fine either way.

@bitfl0wer bitfl0wer merged commit 4c4b249 into main Jan 15, 2025
4 checks passed
@bitfl0wer bitfl0wer deleted the salt branch January 15, 2025 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants