[Setup]: EncryptionKeyDerivation

Valid values:

pbkdf2
pbkdf2/1 through pbkdf2/2147483647

Default value:

pbkdf2/200000
Description:

This specifies the key derivation function to use to derive the encryption key from the value of Password, and optionally its parameters.

pbkdf2 is the PBKDF2-HMAC-SHA256 function with a 128-bit random salt, and optionally allows to increase its number of iterations for extra security. If the number of iterations isn't specified, it defaults to 200000.

See also:
Encryption