Verifying the Hash Chain Independently
For technical users: how to independently verify the hash chain without trusting Borderly.
Overview
If you want to verify the hash chain yourself (without relying on Borderly's verification portal), you can do so using the raw data and standard cryptographic tools.
How to Verify Manually
The process involves:
Export the raw data
From the verification portal, go to the Toolkit section and download the raw record data.
Compute the SHA-256 hash of each record
For each record, compute its SHA-256 hash using the record's data fields plus the previous record's hash.
Compare hashes
Verify that each computed hash matches the stored hash. If all hashes match, the chain is intact.
Verify timestamps (optional)
Download the RFC 3161 timestamp tokens and verify them against the Timestamping Authority's certificate using standard tools like OpenSSL.
Didn't find what you need?
Contact support