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
⚠️ This version is only compatible with Argon2 20160406
and later.
⚠️ Renamed the encrypt() function to hash_encoded(), in order to
carry a stronger meaning and to eventually implement a hash_raw() function
in the future.
New variants field with supported Argon2 encoding variants (as userdatum).
See documentation and the "Added" section of this Changelog.
Updated the default hashing options to match those of the Argon2 CLI: t_cost = 3, m_cost = 4096, parallelism = 1, hash_len = 32.