A law firm sends an NDA to a partner company. The recipient verifies the contract originated from the actual firm and has not been altered in transit.
whitfield-law.ca itself vouches for the key.
See how verification works.
The .vrfy file is a JSON document containing
the document metadata and three cryptographic proofs, including a post-quantum ML-DSA-44
signature. Here is an excerpt:
{
"version": "3.0",
"type": "VerifiableDocumentSignature",
"did": "did:web:whitfield-law.ca",
"payload": {
"documentHash": "a7b3c9...f41e2d",
"hashAlgorithm": "SHA-256",
"fileName": "mutual-nda-project-phoenix.pdf",
"reason": "Executive NDA for Project Phoenix partnership",
"location": "Ottawa, ON"
},
"proof": {
"type": "Ed25519Signature2020",
"verificationMethod": "did:web:whitfield-law.ca#legal",
"proofValue": "kWn8x...Rq3mA=="
},
"manifestProof": {
"type": "Ed25519Signature2020",
"verificationMethod": "did:web:whitfield-law.ca#legal",
"proofValue": "Yt4pL...Hv7wQ=="
},
"pqManifestProof": {
"type": "MLDSASignature2024",
"verificationMethod": "did:web:whitfield-law.ca#legal-pq",
"proofValue": "Mq9xR...wK2bA=="
}
}
All three proofs are generated by default on every seal. The post-quantum proof provides future-proof protection at zero extra effort for the signer.
No phone calls. No notaries. No middlemen. The partner's legal team verifies the NDA's authenticity in seconds using only the .vrfy file and the public identity hosted on whitfield-law.ca.