pbkdf2

Undocumented in source.

Members

Functions

pbkdf2
auto pbkdf2(ubyte[] data, ubyte[] salt, uint iterations, uint dkLen)

Returns a binary digest for the PBKDF2 hash algorithm of data with the given salt. It iterates iterations time and produces a key of dkLen bytes. By default SHA-1 is used as hash function.

Meta