Implement PQC Handshake and Data Encryption

implementationChallengeNovember 26, 2025

Prompt Content

Implement the initial secure channel establishment between two nodes using PQC. Use a Post-Quantum Key Encapsulation Mechanism (KEM) like Kyber and a Post-Quantum Digital Signature Algorithm (DSA) like Dilithium (e.g., via `pqc-py` or a similar library) to securely exchange a classical AES-256 key. Demonstrate its use to encrypt and decrypt a sample message.

Usage Tips

Copy the prompt and paste it into your preferred AI tool (Claude, ChatGPT, Gemini)

Customize placeholder values with your specific requirements and context

For best results, provide clear examples and test different variations