AUTHENTICATED POST-DEPLOYMENT CONTROL
FILE ORIGIN VERIFICATION
Trace a file back to its source. If it's registered, we know where it came from.
SEARCH BY TRACE ID
Or drop a file below
∞
FILES
2
OUTCOMES
1
TRUTH
DIRECT TRACE
We hash locally. Nothing leaves your device. If the hash matches a registered file, you'll know exactly where it came from.
Drop any file here
PDF • DOC • EXE • ZIP • ANY
RECENT TRACES
LOADING...
The file hash matches a registered record. Origin confirmed.
No matching record. The file has no registered origin.
FOR BUSINESSES
Let customers trace documents, downloads, and files back to you. Build trust with cryptographic proof of origin.
EXAMPLE API CALL
POST /api/v2/trace/register
{
"file_hash": "a7f8d3...",
"file_name": "contract.pdf",
"description": "Service Agreement v2"
}
Response:
{
"trace_id": "TRC.A1B2.C3D4",
"status": "registered"
}