ebc-mode
There are 3 repositories under ebc-mode topic.
JoelRomero97/Cryptography
Some classical/modern ciphers in C language and Python to encrypt and decrypt important information and keep the information safe, such as integrity, authentication, confidentiality and availability of the data. Some implemented ciphers are: Affine, DES and AES (with modes of operation for BMP images)
n6parmak/feistel-network
Feistel network implementation with EBC, CBC, OFB modes.
orbarilan4/cbc-decryption
Implementation of CBC decryption using only ECB decryption