Theme editor

Verify file integrity

After downloading, you can confirm the file has not been tampered with by computing its SHA-256 hash and comparing it to the expected value below. They should match exactly.

Expected SHA-256:
6446d0f2e1afb9d508fd83e14bd73743eb1c313d263b42f33eb3a9c542300a3a
Windows (PowerShell)
Get-FileHash .\Thread Tagging Improvements 1.0.8 Patch Level 1.zip -Algorithm SHA256
macOS (Terminal)
shasum -a 256 Thread Tagging Improvements 1.0.8 Patch Level 1.zip
Linux (Terminal)
sha256sum Thread Tagging Improvements 1.0.8 Patch Level 1.zip

If the hash you get matches the value above, the file is intact. If it differs, do not use the file, re-download it.

Back
Top