Blockchain-verified email proof
This tool demonstrates a real-world quantum vulnerability. The same cryptographic weakness that threatens Bitcoin transaction signing also affects XRP Certified Mail — and every blockchain system built on elliptic curve cryptography.
This is not a theoretical problem limited to certified mail. The same ECDSA vulnerability affects:
I built this tool to demonstrate a practical use case — and then discovered it has the exact quantum vulnerability my research lab studies. That's the point: post-quantum risk isn't abstract. It shows up in real tools people build today.
Rather than just documenting the problem, this app implements a working fix. When you certify an email, you get two independent proofs — one classical, one quantum-resistant.
No elliptic curves. No discrete logarithms. Nothing Shor's Algorithm can break. Even if XRP transaction signatures are compromised, the Shield provides a secondary record of the message content that does not depend on elliptic curve cryptography. Note: the Shield is a server-side proof — it requires trust in the certifying server, unlike the blockchain proof which is publicly verifiable.
The Quantum Shield is part of a broader independent research project on post-quantum migration for digital assets.
Transactions settle in 3-5 seconds and cost fractions of a cent (typically 10-12 drops, or ~$0.00001). No mining, no waiting, no significant cost.
This project is MIT licensed and available on GitHub. Built with FastAPI, xrpl-py, and the XRP Testnet.
For quantum security research, see the Quantum Security Lab.
This is an experimental research prototype. It provides a message receipt proof, not full certified mail in the legal or postal sense. It is not production-grade security software. The Quantum Shield provides a secondary proof layer but requires trust in the certifying server. Do not use this system for legally binding certified mail without additional safeguards. Review the source code before relying on any proof.