| Cours Sécurité : Crackage et durcissement des mots de passe |
|
Interdire l'envoi du mot de passe en clair sur le réseau
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VNETSUP] "EnablePlainTextPassword"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Rdr\Parameters] "EnablePlainTextPassword"=dword:00000000
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkStation\Parameters] "EnablePlainTextPassword"=dword:00000000
Limiter le chiffrement à NTLM (NTLMv2 à partir du SP4 de NT4)
voir "How to Disable LM Authentication on Windows NT"
<
http://support.microsoft.com/support/kb/articles/q147/7/06.asp>
| Cours Sécurité : Crackage et durcissement des mots de passe |
|