Manual:$wgHKDFSecret
この機能は、バージョン 1.43.0 で完全に除去されました。 |
セキュリティ: $wgHKDFSecret | |
---|---|
Secret for HMAC-based key derivation function (fast, cryptographically secure random numbers). |
|
導入されたバージョン: | 1.24.0 (Gerrit change 137077; git #af66c04d) |
除去されたバージョン: | 1.43.0 (Gerrit change 1041813; git #ddf59b43) |
許容される値: | (文字列) または false |
既定値: | false |
その他の設定: アルファベット順 | 機能順 |
詳細
If the value is a string, it is used as the secret for the HMAC-based key derivation function, else, if it is evaluated as false, $wgSecretKey is used for this function.