Manual:$wgHKDFSecret

This page is a translated version of the page Manual:$wgHKDFSecret and the translation is 60% complete.
セキュリティ: $wgHKDFSecret
Secret for HMAC-based key derivation function (fast, cryptographically secure random numbers).
導入されたバージョン:1.24.0 (Gerrit change 137077; git #af66c04d)
除去されたバージョン:使用中
許容される値:(文字列) または 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.