Expand description

Hashing utility for hashing and verifying passwords

Functions

Hashes the provided password using the Argon2 algorithm returning the generated hash in string form.
Verifies the hash of the provided password checking that it matches the provided hash