io.randomseed.utils.auth.algo.scrypt

added in 2.0.6

Random Utilities, authentication, scrypt algorithm.

check

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

default-options

Default scrypt options: N=32768, r=8, p=1.

encrypt

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

Encrypt a password string using the scrypt algorithm.

handler

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

required-keys

Keys selected from options/settings for the scrypt operation.