A web application demonstrating Post-Quantum Cryptography (PQC) techniques, including key generation, encryption, and decryption, using a NIST finalist algorithm like Kyber512 and AES. Designed for educational purposes to showcase quantum-safe encryption in a user-friendly interface.
- Key generation with Kyber512
- Message encryption/decryption
- Shared secret derivation
- Hybrid encryption scheme
- Python
- See requirements.txt
pip install -r requirements.txt
python run.py