PBKDF.deriveKey

Derive a key from a passphrase

Parameters

output_len size_t

the desired length of the key to produce

passphrase string

the password to derive the key from

salt Vector!(ubyte, Alloc)

a randomly chosen salt

iterations size_t

the number of iterations to use (use 10K or more)

Meta