Manual:$wgHKDFAlgorithm
Appearance
This feature was removed completely in version 1.43.0. |
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: | 1.43.0 (Gerrit change 1041813; git #ddf59b43) |
Allowed values: | (string) |
Default value: | sha256 |
Other settings: Alphabetical | By function |
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...