π TraplessPKE β A New Direction for Post-Quantum Cryptography
How I designed a cryptographic system that abandons algebraic structure and survives quantum attacks
π [GitHub] | π§Ύ [Whitepaper] | π¨βπ» Author: Wai Yip, WONG (github.com/waiyip000)
β What Is TraplessPKE?
TraplessPKE is a quantum-safe cryptographic system I designed to achieve:
- β Public-Key Encryption
- β Message-Bound Digital Signatures
- β Zero reliance on lattices, primes, elliptic curves, or algebraic traps
- β Compatibility with hardware and embedded systems
- β Epistemic defense: validation is impossible without a secret β not just hard
π§ What Makes It Different?
Unlike NIST-style PQC schemes based on algebraic hardness (like LWE, lattices, or codes), TraplessPKE is:
A structure-free cryptographic scheme based on entropy, filtering, and deliberate ambiguity.
Core principle:
You cannot break what you cannot recognize.
There is no structure to invert. No equations to solve. Only filtered meaning for those with the key.
π How It Works (Simplified)
TraplessPKE uses:
- A Selector Map β links messages and ciphertexts via a common label space
- A Public Predicate β filters plausible ciphertexts
- A Trapdoor β blinds inputs via XOR masking
- A Hash-Bound Signature β cryptographically binds message + trapdoor
All operations are constant-time and linear-space.
No discrete logs. No modular arithmetic. No vectors.
π Use Cases
- Post-Quantum Secure Messaging
- Digital Signatures that canβt be reused or transferred
- Identity-bound credentials (ZK-friendly)
- Hardware authentication in constrained devices
- Defense systems where no cryptographic oracle or structure must exist
π‘ Why I Built It
After two decades in banking risk and compliance, I saw firsthand how security often depends on assumptions that attackers eventually break. Quantum computing accelerates that collapse.
TraplessPKE is my answer:
A non-invertible surface designed to survive even when quantum attackers arrive β because thereβs no algebra to attack.
π Want to Learn More?
π Full Whitepaper: TraplessPKE_whitepaper_V1.0.pdf
π¦ GitHub Repo: github.com/waiyip000/traplesspke
π¬ Your Thoughts?
Iβd love your feedback β questions, critiques, or use-case ideas.
βSecurity through ambiguity. Access through design. Meaning for those who are allowed.β
β TraplessPKE, 2025
Top comments (0)