Document Verification Tool
Upload a document to compute its SHA-256 hash and verify integrity
How This Works
- Select which institutional document you want to verify from the dropdown
- Upload the document file from your computer
- The tool computes the SHA-256 hash of your file
- It compares your hash to the official hash in the Proof Index
- If they match, the document is authentic and unmodified
Step 1: Select Document
Step 2: Upload Document
Please select a document type first
Manual Verification (PowerShell)
You can also verify documents manually using PowerShell:
Get-FileHash "DOCUMENT-NAME.md" -Algorithm SHA256
Compare the output Hash value to the official hash in the Proof Index