-
Notifications
You must be signed in to change notification settings - Fork 65
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
Optimize SALT #504
Labels
enhancement
Improvement to an existing feature
Comments
Hmm /src/common/hmac.c isnt in this repo, nor is |
@n0rbed You have to learn our implementation in mainly |
Take a look at https://datatracker.ietf.org/doc/html/rfc7677 and friends |
Open
n0rbed
added a commit
to n0rbed/pgagroal
that referenced
this issue
Mar 2, 2025
We do this by removing the independent HMAC context initializations from the HMAC iterations present in salted_password Signed-off-by: Yassin ElBedwihy <eng.yassin.elbedwihy@gmail.com>
n0rbed
added a commit
to n0rbed/pgagroal
that referenced
this issue
Mar 2, 2025
We do this by removing the independent HMAC context initializations from the HMAC iterations present in salted_password Signed-off-by: Yassin ElBedwihy <eng.yassin.elbedwihy@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Optimize the SALT implementation, and see how it affects iteration count.
https://www.postgresql.org/message-id/flat/Z6BsNAadbID%2Bk2L4%40bass1 can be used for ideas
The text was updated successfully, but these errors were encountered: