Module riak_core_pw_auth

Function Index

check_password/5Check a plaintext password with a hashed password.
hash_password/1Hash a plaintext password, returning hashed password and algorithm details.

Function Details

check_password/5

check_password(BinaryPass, HashedPassword, HashFunction, Salt, HashIterations) -> any()

Check a plaintext password with a hashed password

hash_password/1

hash_password(BinaryPass) -> any()

Hash a plaintext password, returning hashed password and algorithm details


Generated by EDoc