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 const(ubyte)*

a randomly chosen salt

salt_len size_t

length of salt in bytes

iterations size_t

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

Meta