Skip to content

314-ia/quantum-safe-challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quantum-Safe Cryptography — Challenges & Writeups

Personal collection of post-quantum cryptography (PQC) challenges, solutions, and technical notes.

Challenges

# Name Algorithms Difficulty Status
01 Trident Collapse ML-KEM-512, ML-DSA-44, SPHINCS+ Easy Solved

About

These challenges explore post-quantum cryptographic systems — not by breaking the mathematical hardness of PQC primitives, but by analyzing how they are composed into real designs. The focus is on understanding architectural weaknesses, flawed key derivation, and system-level vulnerabilities.

Tools & Libraries Used

  • Python 3.12+
  • cryptography (AES-GCM, AESGCM)
  • hashlib (SHA3-256, SHA3-512, SHAKE-256)
  • Pure Python ML-KEM-512 implementation (FIPS 203)
  • Liboqs: an Open Source library for PQC

References

SUBMIT YOUR FLAG AT: https://i-314.com/challenge-pqc.html

About

Post-Quantum Cryptography challenges, writeups & technical notes (ML-KEM, ML-DSA, SPHINCS+)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages