Companion
object Companion
Functions
Link copied to clipboard
Generates a random salt for use in Argon2 hashing.
Link copied to clipboard
Hashes this string using the Argon2 algorithm with the specified or generated salt.
Link copied to clipboard
Verifies an input string against this hash and the provided salt using the Argon2 algorithm.
Verifies this string against a provided hash and salt using the Argon2 algorithm.