dcrypt.crypto.pbe.pbkdf2

Undocumented in source.

Members

Functions

pbkdf2
void pbkdf2(ubyte[] derivedKey, ubyte[] password, ubyte[] salt, uint iterationCount)

Derive a key from a password and a salt using multiple iterations.

Meta