Lattice-Based Forward-Secure Identity-Based Encryption (FS-IBE)
Python, NumPy, SciPy, Cryptography
- Developed a post-quantum-secure Forward-Secure Identity-Based Encryption (FS-IBE) cryptosystem using lattice-based cryptographic constructions.
- Implemented trapdoor-based key generation and binary key-evolution trees to provide forward secrecy and secure identity/time-based encryption.
- Optimized encryption and decryption using vectorized matrix operations with NumPy and SciPy, reducing computational overhead.