Verify Export
Enter an Export ID to verify the integrity and authenticity of an AI Evidence Disclosure Pack.
Offline Verification
You can verify a pack offline using OpenSSL and the public key:
# Extract the manifest from the ZIP
unzip AED-Pack.zip AED-Pack/manifest.json
# Decode the signature
base64 -d AED-Pack/signature.txt > signature.bin
# Verify with OpenSSL
openssl pkeyutl -verify -pubin -inkey public_key.pem \
-in AED-Pack/manifest.json -sigfile signature.bin
This verification confirms the pack was generated by AI Evidence Disclosure Australia and has not been modified since generation. It does not verify the accuracy or truthfulness of the disclosed information. This is not legal advice.