Disable insecure "SHA-1" hash
- Single actionThis page belongs to a script, containing basic changes to achieve a task.
- Windows onlyThis script improves your privacy on Windows
- Impact: MediumSystem Functionality Loss Risk: Moderate
This action improves privacy with minimal impact when you run the recommended script.
This action improves privacy with some impact when you run the recommended script. - Batch (batchfile)These changes use Windows system commands to update your settings.
- Fully reversible
You can fully restore this action (revert back to the original behavior) using this website.
The restore/revert methods provided here can help you fix issues.
Overview
This script disables SHA
1 2 3 hash algorithm, also known as Secure Hash Algorithm (SHA-1) 2.
This script only affects the SSL/TLS handshake process. The SSL/TLS handshake is a key part of establishing a secure connection over the internet. By disabling this weak algorithm, the script improves the security of the connection.
This algorithm is vulnerable to collision attacks 4 5 6 7. This vulnerability enables attackers to spoof content, perform phishing, or execute man-in-the-middle attacks 8. Consequently, an attacker could intercept or modify data transmitted over what is believed to be a secure connection, without being detected. For instance, attackers could exploit this to divert your payments to their accounts, creating significant risks.
Authorities like NIST (FIPS) 2, Federal Office for Information Security (BSI) 3, Mozilla 5, Microsoft 8, Google 4 9 10, OWASP 11, Internet Engineering Task Force (IETF) 12, and Apple 13 classify this algorithm as weak and recommend against its use.
Disabling this algorithm disallows the following cipher suites:
SSL_RSA_WITH_RC4_128_SHA
2SSL_RSA_WITH_DES_CBC_SHA
2SSL_RSA_WITH_3DES_EDE_CBC_SHA
2SSL_RSA_EXPORT1024_WITH_DES_CBC_SHA
2SSL_RSA_EXPORT1024_WITH_RC4_56_SHA
2TLS_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA
1TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA
1TLS_DHE_DSS_WITH_AES_128_CBC_SHA
1TLS_DHE_DSS_WITH_AES_256_CBC_SHA
1TLS_DHE_DSS_WITH_DES_CBC_SHA
1TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA_P256
1TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA_P384
1TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA_P521
1TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA_P256
1TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA_P384
1TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA_P521
1TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA_P256
1TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA_P384
1TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA_P521
1TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA_P256
1TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA_P384
1TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA_P521
1TLS_RSA_EXPORT1024_WITH_DES_CBC_SHA
1 2TLS_RSA_EXPORT1024_WITH_RC4_56_SHA
1 2TLS_RSA_WITH_3DES_EDE_CBC_SHA
1 2TLS_RSA_WITH_AES_128_CBC_SHA
1TLS_RSA_WITH_AES_256_CBC_SHA
1TLS_RSA_WITH_DES_CBC_SHA
1 2TLS_RSA_WITH_NULL_SHA
1TLS_RSA_WITH_RC4_128_SHA
1 2
This may cause compatibility issues with older devices or software.
This script is only recommended if you understand its implications.
Some non-critical or features may no longer function correctly after running this script.
This script can be fully reversed to restore changes if something goes wrong.
Sources
- SHA. admx.help. (2024).
Original: https://admx.help
Archived: https://web.archive.org/web/20240426091852/https://admx.help/?Category=Schannel&Policy=JMU.Policies.Schannel::SHA - Restrict cryptographic algorithms and protocols - Windows Server. Microsoft Learn. learn.microsoft.com. (2024).
Original: https://learn.microsoft.com/en-US/troubleshoot/windows-server/certificates-and-public-key-infrastructure-pki/restrict-cryptographic-algorithms-protocols-schannel
Archived: https://web.archive.org/web/20240423073705/https://learn.microsoft.com/en-US/troubleshoot/windows-server/certificates-and-public-key-infrastructure-pki/restrict-cryptographic-algorithms-protocols-schannel - Hilfsmittel zur Umsetzung von Anforderungen des IT Grundschutzes für Windows 10. Bundesamt für Sicherheit in der Informationstechnik. bsi.bund.de. (2024).
Original: https://www.bsi.bund.de/SharedDocs/Downloads/DE/BSI/Grundschutz/Hilfsmittel/Hilfsmittel_Anforderungen_des_IT_Grundschutzes_fuer_Windows_10.pdf
Archived: https://web.archive.org/web/20240402183249/https://www.bsi.bund.de/SharedDocs/Downloads/DE/BSI/Grundschutz/Hilfsmittel/Hilfsmittel_Anforderungen_des_IT_Grundschutzes_fuer_Windows_10.pdf?__blob=publicationFile&v=2 - Deprecate TLS SHA-1 server signatures - Chrome Platform Status. chromestatus.com. (2024).
Original: https://chromestatus.com/feature/4832850040324096
Archived: https://web.archive.org/web/20240426091847/https://chromestatus.com/feature/4832850040324096 - The end of SHA-1 on the Public Web - Mozilla Security Blog. blog.mozilla.org. (2024).
Original: https://blog.mozilla.org/security/2017/02/23/the-end-of-sha-1-on-the-public-web
Archived: https://web.archive.org/web/20240426091939/https://blog.mozilla.org/security/2017/02/23/the-end-of-sha-1-on-the-public-web/ - CWI, Google announce first collision for Industry Security Standard SHA-1. phys.org. (2024).
Original: https://phys.org/news/2017-02-cwi-google-collision-industry-standard.html
Archived: https://web.archive.org/web/20240426084414/https://phys.org/news/2017-02-cwi-google-collision-industry-standard.html - Google Online Security Blog: Announcing the first SHA1 collision. security.googleblog.com. (2024).
Original: https://security.googleblog.com/2017/02/announcing-first-sha1-collision.html
Archived: https://web.archive.org/web/20240426092016/https://security.googleblog.com/2017/02/announcing-first-sha1-collision.html - Windows Enforcement of SHA1 Certificates. Microsoft Learn. learn.microsoft.com. (2024).
Original: https://learn.microsoft.com/en-us/archive/technet-wiki/32288.windows-enforcement-of-sha1-certificates
Archived: https://web.archive.org/web/20240426084414/https://learn.microsoft.com/en-us/archive/technet-wiki/32288.windows-enforcement-of-sha1-certificates#microsoft-sha-1-plan - Chromium Docs - TLS SHA-1 Server Signatures. chromium.googlesource.com. (2024).
Original: https://chromium.googlesource.com/chromium/src/+/main/docs/security/tls-sha1-server-signatures.md
Archived: https://web.archive.org/web/20240426091810/https://chromium.googlesource.com/chromium/src/+/main/docs/security/tls-sha1-server-signatures.md - Google Online Security Blog: Modernizing Transport Security. security.googleblog.com. (2024).
Original: https://security.googleblog.com/2018/10/modernizing-transport-security.html
Archived: https://web.archive.org/web/20240426090758/https://security.googleblog.com/2018/10/modernizing-transport-security.html - WSTG - v4.2. OWASP Foundation. owasp.org. (2024).
Original: https://owasp.org/www-project-web-security-testing-guide/v42/4-Web_Application_Security_Testing/09-Testing_for_Weak_Cryptography/04-Testing_for_Weak_Encryption.html
Archived: https://web.archive.org/web/20240421101557/https://owasp.org/www-project-web-security-testing-guide/v42/4-Web_Application_Security_Testing/09-Testing_for_Weak_Cryptography/04-Testing_for_Weak_Encryption.html - RFC 9155: Deprecating MD5 and SHA-1 Signature Hashes in TLS 1.2 and DTLS 1.2. www.rfc-editor.org. (2024).
Original: https://www.rfc-editor.org/rfc/rfc9155.html
Archived: https://web.archive.org/web/20240426090640/https://www.rfc-editor.org/rfc/rfc9155.html - macOS Sierra 10.12. developer.apple.com. (2024).
Original: https://developer.apple.com/library/archive/releasenotes/MacOSX/WhatsNewInOSX/Articles/OSXv10.html
Archived: https://web.archive.org/web/20240426092153/https://developer.apple.com/library/archive/releasenotes/MacOSX/WhatsNewInOSX/Articles/OSXv10.html
Apply Now
Choose one of three ways to apply:
Download script
Download and run the script directly- No app needed
- Offline usage
- Easy-to-apply
- Free
- Open-source
Help
How to apply or restore "Disable insecure "SHA-1" hash" using script
- ≈ 2 min to complete
- Tools: Web Browser
- Difficulty: Simple
- ≈ 5 instructions
- 1
Download
Download the script file by clicking on thebutton above.
Use button above to restore changes. - 2
Keep the file
If warned by your browser, keep the file. - 3
Open
Open the downloaded file. - 4
Exit
Once it's done, press any key to exit the window. - 5
Restart
Restart your computer for all changes to take effect.
Apply with privacy.sexy
Guided, automated application with safety checks- Recommended for most users
- Includes safety checks
- Free
- Open-source
- Popular
- Offline/Online usage
Help
How to apply or restore "Disable insecure "SHA-1" hash" using privacy.sexy
- ≈ 3 min to complete
- Tools: privacy.sexy
- Difficulty: Simple
- ≈ 4 instructions
- 2
Choose script
- Search for the script name: Disable insecure "SHA-1" hash
- Check the script by clicking on the checkbox.
- 3
Run
Click on ▶️ Run button at the bottom of the page.This button only appears on desktop version (recommended). On browser, use 💾 Save button.
- Apply
- Revert
:: Disable usage of "SHA" hash algorithm for TLS/SSL connections
:: Set the registry value: "HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Hashes\SHA!Enabled"
PowerShell -ExecutionPolicy Unrestricted -Command "$registryPath = 'HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Hashes\SHA'; $data = '0'; reg add 'HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Hashes\SHA' /v 'Enabled' /t 'REG_DWORD' /d "^""$data"^"" /f"
Ijo6IFJlc3RvcmUgdXNhZ2Ugb2YgXCJTSEFcIiBoYXNoIGFsZ29yaXRobSBmb3IgVExTL1NTTCBjb25uZWN0aW9uc1xuOjogRGVsZXRlIHRoZSByZWdpc3RyeSB2YWx1ZSBcIkhLTE1cXFNZU1RFTVxcQ3VycmVudENvbnRyb2xTZXRcXENvbnRyb2xcXFNlY3VyaXR5UHJvdmlkZXJzXFxTQ0hBTk5FTFxcSGFzaGVzXFxTSEEhRW5hYmxlZFwiXG5Qb3dlclNoZWxsIC1FeGVjdXRpb25Qb2xpY3kgVW5yZXN0cmljdGVkIC1Db21tYW5kIFwicmVnIGRlbGV0ZSAnSEtMTVxcU1lTVEVNXFxDdXJyZW50Q29udHJvbFNldFxcQ29udHJvbFxcU2VjdXJpdHlQcm92aWRlcnNcXFNDSEFOTkVMXFxIYXNoZXNcXFNIQScgL3YgJ0VuYWJsZWQnIC9mIDI+JG51bGxcIiI=
Help
How to apply or restore "Disable insecure "SHA-1" hash" using commands
- ≈ 2 min to complete
- Tools: Command Prompt
- Difficulty: Medium
- ≈ 3 instructions
- 1
Open Command Prompt
Open Command Prompt as Administrator. - 2
Copy code
Copy the code: - 3
Paste & run
Paste the commands into Command Prompt and press Enter to run.Some changes require a system restart to take effect
Similar Guides
Wider Goal
Guides below includes this guide to achieve a wider goal.See other more general settings that includes this one as one of its actions.These plans combine multiple privacy settings, including this one, for stronger protection.
- Disable insecure hashes
- Disable insecure connections
- Improve network security
- Security improvements
This category includes scripts to disable insecure hash algorithms during cryptographic operations. Hash algorithms are essential for internet security, ...
This category includes scripts designed to enhance users' security and privacy by disabling outdated or vulnerable connections across the system. It safe...
This category is dedicated to improving network security. It aims to minimize vulnerabilities by offering various settings that improve the integrity and...
This category encompasses a range of scripts designed to improve the security of your system by enforcing security best practices. These scripts help pro...
Same Goal
Another guide in Disable insecure hashes See settings that are in the same category as this guide.Using other actions in the same category may help you achieve your goal better.
About the Creators
These people have authored this documentation and written its scripts:
Reviewed By
This guide has undergone comprehensive auditing and peer review:Expert review by undergroundwires
- Verified technical accuracy and editorial standards
- Assessed system impact and user privacy risks
- Audited and verified using automated security tests
Public review by large community
- Privacy enthusiasts and professionals peer-reviewed
- Millions of end-users tested across different environments
- Audited and verified using third-party security software
History
We continually monitor our guides, their impact and other potential privacy options. We update our guides when new information becomes available. On every update, we publicly store who made the change, what has been changed, why the change was made and when the change was made.