Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Windows Registry Editor Version 5.00
- Hardening Kerberos.
- HMAC-SHA-1 used as MAC is nowhere close to being broken (neither is HMAC-MD5). SHA-1 is only broken if you need collision resistance, such as the digital signatures used with certificates. RC4 is not recommended.
- #Enable secure protocols only: AES128_HMAC_SHA1, AES256_HMAC_SHA1
- #[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\Kerberos\Parameters]
- #"SupportedEncryptionTypes"=dword:00000018
- Enable AES128_HMAC_SHA1, and AES256_HMAC_SHA1, and Future encryption types
- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\Kerberos\Parameters]
- "SupportedEncryptionTypes"=dword:7ffffff8
- #Enable RC4_HMAC_MD5 (not recommended) AES128_HMAC_SHA1, and AES256_HMAC_SHA1, and Future encryption types
- #[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\Kerberos\Parameters]
- #"SupportedEncryptionTypes"=dword:7ffffffc
Advertisement
Add Comment
Please, Sign In to add comment