I built TimeProofs, an open, privacy-first protocol to prove when a piece of data existed — without uploading the content.
You generate a hash locally, get a signed timestamp, and store a portable .tproof.json file. Verification can be done later, online or offline.
No blockchain. No accounts. No tracking. Just cryptographic proof.
This is v0.2 (stateless, bundle-based). Looking for feedback from devs and infra folks.
Docs: https://timeproofs.io Protocol: https://timeproofs.io/proofspec.html
timeproofs•2h ago
TimeProofs is a small protocol to prove that some data existed at a given time, without uploading the data itself.
You hash locally, get a signed timestamp, and store a portable proof file (.tproof.json). Verification can be done later, even offline.
No blockchain, no accounts, no tracking.
Happy to answer questions or hear criticism.