pub fn hash_password(password: &str) -> Result<String>
Hashes a password with the default RFC 9106 second recommended policy.
Returns an error when the default Argon2 parameters cannot be constructed or hashing fails.