Reference source code for ZUGZWANG block cipher (concrete instance/encryption)
-
Updated
Jul 24, 2022 - Python
Reference source code for ZUGZWANG block cipher (concrete instance/encryption)
Symmetrical feistel block cipher
A simple self-made block cipher based on feistel cipher.
A pure-Python, educational implementation of a 128-bit symmetric block cipher based on the Feistel Network architecture. Features mathematically derived S-boxes, CBC/CTR modes, and robust Type hinting.
Proof-of-concept for chaotic oscillatory neural network cryptography with associative memory
A dual-implementation of the Blowfish algorithm for Computer Security education. Features a from-scratch Feistel Network implementation and a production-grade secure version using PyCryptodome.
Add a description, image, and links to the feistel-network topic page so that developers can more easily learn about it.
To associate your repository with the feistel-network topic, visit your repo's landing page and select "manage topics."