Verify
Coming soon. The client-side verifier is under development.
It will perform Level 1 Core verification entirely in your browser —
no data leaves your device.
What it will do
- Accept a file and its
.aios.jsonmanifest - Recompute
hash_originalfrom the file bytes - Recompute
core_fingerprintfrom the Core Block - Report verification status: Valid, Tampered, or Incomplete
In the meantime
You can verify manifests using any of the reference implementations — the Python and TypeScript implementations both include full verification suites.
# Python example
python aioschema_v055.py verify --file photo.jpg --manifest photo.jpg.aios.json