Module pbkdf2

Data Types

digest_func_info()

digest_func_info() = md4 | md5 | ripemd160 | sha | sha224 | sha256 | sha384 | sha512

hex_char()

hex_char() = 48..57 | 97..102

hex_list()

hex_list() = [hex_char()]

mac_func_info()

mac_func_info() = {hmac, digest_func_info()} | digest_func_info()

Function Index

compare_secure/2
pbkdf2/4
pbkdf2/5
to_hex/1

Function Details

compare_secure/2

compare_secure(First, Second) -> boolean()

pbkdf2/4

pbkdf2(MacFunc, Password, Salt, Iterations) -> {ok, Key}

pbkdf2/5

pbkdf2(MacFunc, Password, Salt, Iterations, DerivedLength) -> {ok, Key} | {error, derived_key_too_long}

to_hex/1

to_hex(Data) -> HexData


Generated by EDoc