Add Post-Quantum Cryptography and Hybrid Support - #11
Conversation
- Implement NIST PQC standards: ML-KEM, ML-DSA, and SLH-DSA. - Implement Hybrid Cryptography: X25519 + ML-KEM (encryption) and Ed25519 + ML-DSA (signatures). - Add new SignatureStrategy and KemStrategy interfaces. - Update CryptographyController with /sign, /verify, and /kem endpoints. - Update KeyGenerationService and AsymmetricKeyGenerator for PQC key pairs. - Add configuration-driven feature flags for all new algorithms. - Update documentation and Maven dependencies (Bouncy Castle 1.82). Co-authored-by: shahidfoy <12647062+shahidfoy@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This change extends the cipher-kitsune EaaS platform with Post-Quantum Cryptography (PQC) support, integrating NIST-standardized algorithms (ML-KEM, ML-DSA, SLH-DSA) and robust hybrid approaches (Classical + PQC). It ensures long-term security by combining the reliability of classical algorithms like X25519 and Ed25519 with the quantum-resistance of lattice-based and stateless hash-based schemes. The architecture remains modular and configuration-driven, allowing for easy rotation and future algorithm adoption.
PR created automatically by Jules for task 234369336383595815 started by @shahidfoy