Skip to content
BlockchainSign
en

Prove a Trade Secret Without Disclosing It

By Published

Prove a Trade Secret Without Disclosing It
Photo: cottonbro studio

Trade secret protection has a property that makes evidence unusually difficult: the protection exists only while the information is secret. Anything you do to prove what you had risks ending the thing you are proving.

The bind

To claim trade secret protection you generally need to show three things:

  • The information has commercial value from not being generally known.
  • You took reasonable steps to keep it secret.
  • It was misappropriated rather than independently discovered or reverse-engineered.

Two of those require you to establish what the information was and, often, when you had it. Doing that by depositing it somewhere, registering it, or lodging it with a third party creates precisely the disclosure the protection cannot survive.

Patents solve this by trading secrecy for a monopoly — you publish, and get twenty years. If you want to keep the secret, that trade is unavailable.

Why a hash fits

A cryptographic hash is a one-way function. It maps a document to a fixed 64-character string, and there is no route back. Given the hash you cannot recover the document, and you cannot learn anything about its contents.

So a hash lets you separate two things that are usually welded together:

  • The fact that you held specific information at a specific time — provable publicly.
  • What that information is — disclosed to nobody, until and unless you choose.

You publish the fingerprint. The document stays where it is.

Later, if you need to establish the connection, you produce the document and re-hash it. That disclosure happens on your terms, to a specific party, at a moment you control — a court under seal, an arbitrator, a counterparty in settlement — rather than to the world in advance.

How this works in practice

  1. Hash the document locally. In your browser with the free hash tool, or with your own tooling. Nothing is transmitted.
  2. Anchor the hash to a public ledger with a dated record.
  3. Store the certificate with your confidentiality file — the NDAs, the access controls, the policies.
  4. Archive the exact document, byte for byte. A hash covers exact bytes, so re-saving it breaks the match.
  5. Repeat as it evolves. A formula, a process document or a customer list changes; each significant version deserves its own record.

Where this contributes

Element of a claim What a timestamp contributes
The information has value Nothing — that is commercial evidence
It was not generally known Nothing directly
Reasonable steps were taken Part of the picture, alongside NDAs and controls
What the information was Establishes it, without disclosure
When you held it Establishes it
It was misappropriated Nothing — that is the substance of the case

Two columns of real contribution and four of none. That is the honest shape of it: this is one component of a confidentiality programme, not the programme.

What it is not

Not a substitute for actual secrecy. Access controls, NDAs, exit procedures, marking documents, restricting distribution — these are the reasonable steps. A timestamp evidences a moment; it does not keep anything secret.

Not proof you created it. The record shows you held the document. See proof of existence vs proof of authorship.

Not protection against independent discovery. Trade secret law does not prohibit someone working it out for themselves, and no record changes that.

The classic illustration

The Coca-Cola formula is the standard example of trade secret protection working, and it works because it was never published or patented. A patent would have required disclosure and would have expired decades ago.

The modern version of the same logic: keep the secret, and anchor the fingerprint. You get a dated, checkable record that you held exactly that formula on exactly that date, and the formula never leaves your building.

See trademark vs copyright for a recipe for why recipes in particular fall outside copyright entirely, and NDA vs blockchain timestamp for how the contractual side fits.

General information, not legal advice.

Frequently asked questions

Can I prove I had a trade secret without revealing it?
Yes, in the specific sense that matters. Hashing the document produces a fingerprint that reveals nothing about its contents, and anchoring that fingerprint to a public ledger creates a dated record. If you later need to establish what the document was, you produce it and re-hash it — a disclosure on your terms, to a specific party, rather than to the world in advance.
Does registering a trade secret destroy it?
Any mechanism that deposits, publishes or lodges the actual content risks exactly that, which is why trade secret protection has no registration system. That is the reason a hash-based record is a good fit: it publishes a fingerprint rather than the information.
Is a timestamp enough for trade secret protection?
No. Protection requires that the information is not generally known and that you take reasonable steps to keep it secret — access controls, NDAs, document marking, exit procedures. A timestamp evidences what you held and when; it is one component of that programme, not a replacement for it.

Prove your work existed today

Timestamp any file on the Ethereum blockchain and get a tamper-proof, lifetime certificate. Your file never leaves your browser.