Hashes a password using the Argon2id algorithm so passwords don't need to be stored in plain text. The output of this function is safe to store in a database for future credential comparisons.
The hashed password.
https://en.wikipedia.org/wiki/Argon2
Hashes a password using the Argon2id algorithm so passwords don't need to be stored in plain text. The output of this function is safe to store in a database for future credential comparisons.