Account Hashing Algorithm Choice #368
f-fsantos
started this conversation in
Development
Replies: 3 comments 4 replies
|
Is memory management a major concern of ours? |
1 reply
|
The native C# support is a good point in that post. In the end it doesn’t really matter unless we have specific aspects we wanna focus on more. I worked with |
1 reply
|
OWASP recommends Argon2id |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
For the server, I want to discuss our options in regards to what password hashing algorithm we should use.
From my point of view we have 3 options:
Here's an article explaining the differences in a good way: https://security.stackexchange.com/questions/216380/which-is-the-best-password-hashing-algorithm-in-net-core
All reactions