Manual:$wgHKDFAlgorithm

From mediawiki.org
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

Details[edit]

The 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...