Manual:$wgHKDFAlgorithm
Security: $wgHKDFAlgorithm | |
---|---|
Algorithm for HMAC-based key derivation function (fast, cryptographically secure random numbers). |
|
Introduced in version: | 1.24.0 (Gerrit change 137077; git #af66c04d) |
Removed in version: | Still in use |
Allowed values: | (string) |
Default value: | sha256 |
Other settings: Alphabetical | By function |
Details
editThe algorithm must be one of those enumerated by the function hash_algos()
: depending on the PHP version, it can be: MD5, SHA-1, SHA-2, Whirlpool, RIPEMD, HAVAL, Tiger, Snefru...