NullID public guide

Hash and verify files locally

Hash & Verify computes file or text digests in the browser and compares them with expected checksums. It is useful for download checks, artifact review, and local integrity manifests.

Open Hash & Verify in NullIDBrowse tools

Algorithms and outputs

NullID implements SHA-256, SHA-512, and SHA-1 for legacy interoperability. Outputs can be shown as hex, base64, or a SHA-256 sum-style line when SHA-256 is selected.

How to use it

Privacy notes

Digest calculation happens locally. The digest itself may still reveal that two parties have the same input, so treat exported manifests as integrity data rather than secret data.

Limitations