DEV Community

Wai Yip, WONG
Wai Yip, WONG

Posted on

TraplessPKE β€” A New Direction for Post-Quantum Cryptography

πŸš€ 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)