Module util

Source

Constantsยง

PBKDF_SHA256_HMAC_OUT_SIZE ๐Ÿ”’

Functionsยง

generate_random_alphanumeric
Generate a random alphanumeric string of a given length
generate_random_bytes
Generate random bytes that are cryptographically secure
hkdf_expand ๐Ÿ”’
RFC5869 HKDF-Expand operation
pbkdf2
Derive pbkdf2 of a given password and salt

Type Aliasesยง

PbkdfSha256Hmac ๐Ÿ”’