io.randomseed.utils.auth.algo.pbkdf2

added in 2.0.6

Random Utilities, authentication, PBKDF2 algorithm.

check

Checker function for the PBKDF2 algorithm (partial of standard-check).

default-options

Default PBKDF2 options: 100 000 iterations, HmacSHA256 algorithm.

encrypt

(encrypt plain)(encrypt plain options)(encrypt plain salt)(encrypt plain options settings)(encrypt plain salt settings)

Encrypts a password string using the PBKDF2 algorithm.

handler

Handler map for the PBKDF2 algorithm: encryption/check functions, defaults, and shared key list.

required-keys

Keys selected from options/settings for the PBKDF2 operation.