| check_password/5 | Check a plaintext password with a hashed password. |
| hash_password/1 | Hash a plaintext password, returning hashed password and algorithm details. |
check_password(BinaryPass, HashedPassword, HashFunction, Salt, HashIterations) -> any()
Check a plaintext password with a hashed password
hash_password(BinaryPass) -> any()
Hash a plaintext password, returning hashed password and algorithm details
Generated by EDoc