dcrypt.keyderivation.pbkdf2

Members

Functions

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

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

Meta