← Back to Home

Document Verification Tool

Upload a document to compute its SHA-256 hash and verify integrity

How This Works

  1. Select which institutional document you want to verify from the dropdown
  2. Upload the document file from your computer
  3. The tool computes the SHA-256 hash of your file
  4. It compares your hash to the official hash in the Proof Index
  5. 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