{% extends "base.html" %} {% block title %}Verify File — FieldWitness{% endblock %} {% block content %}
Verify File

Check a file against the local attestation log. For image files, uses SHA-256 for exact matching and perceptual hashes (pHash, dHash) for robustness against compression and resizing. For all other file types, SHA-256 exact matching is used.

Upload the file you want to verify against known attestations. Accepts images, documents, audio, video, and data files.
{% endblock %}