You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using your library for password hashing with the Argon2 algorithm. I've observed that the library uses 2id as the prefix for Argon2id hashes, which appears to deviate from widely accepted community practices that typically use $argon2id$. This could lead to compatibility issues with other systems that rely on the more common $argon2id$ prefix to recognize and validate Argon2id hashes.
The text was updated successfully, but these errors were encountered:
Hello!
I am using your library for password hashing with the Argon2 algorithm. I've observed that the library uses
2id
as the prefix for Argon2id hashes, which appears to deviate from widely accepted community practices that typically use$argon2id$
. This could lead to compatibility issues with other systems that rely on the more common$argon2id$
prefix to recognize and validate Argon2id hashes.The text was updated successfully, but these errors were encountered: