Manual:$wgHKDFSecret
Appearance
Esta función se eliminó por completo en la versión MediaWiki 1.43.0. |
| Seguridad: $wgHKDFSecret | |
|---|---|
| Secret for HMAC-based key derivation function (fast, cryptographically secure random numbers). |
|
| Introducido en la versión: | 1.24.0 (Gerrit change 137077; git #af66c04d) |
| Eliminado en la versión: | 1.43.0 (Gerrit change 1041813; git #ddf59b43) |
| Valores permitidos: | (string) or false |
| Valor predeterminado: | false |
| Otras configuraciones: Alfabéticamente | Por Función | |
Detalles
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.