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:
5f4ce12ecf9c64afd097f0c7e389a71ed603ef31a8e06086a84910ec86613cb5
Windows (PowerShell)
Get-FileHash .\language-English-US-XFSkins-PrevNextThread.xml -Algorithm SHA256
macOS (Terminal)
shasum -a 256 language-English-US-XFSkins-PrevNextThread.xml
Linux (Terminal)
sha256sum language-English-US-XFSkins-PrevNextThread.xml

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