Manual:$wgHKDFAlgorithm
Jump to navigation
Jump to search
利用者: $wgHKDFAlgorithm | |
---|---|
Algorithm for HMAC-based key derivation function (fast, cryptographically secure random numbers). |
|
導入されたバージョン: | 1.24.0 |
除去されたバージョン: | 使用中 |
許容される値: | (文字列) |
既定値: | sha256 |
その他の設定: アルファベット順 | 機能順 |
詳細
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...