cfb-mode
There are 9 repositories under cfb-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)
waldner/bAESh
Hot, low speed encryption in Bash
mrdcvlsc/Krypt
A C++ AES implementation - an optimized forked of SergeyBel/AES
ogtomi/crypto_lib
This library contains the implementation of popular crypto algorithms from scratch using C++
hubert-kniola/CipherMods-ECB-CBC-OFB-CFB-CTR
Measurement of encryption and decryption times using different operating modes for the AES Cipher
Mansurow/bmstu-iu7-7sem-Information-Protection
Лабораторные работы по курсу "Защита информации"
jaskier07/Cryptographer
Program to encrypt and decrypt files using ECB, CBC, CFB, OFB.
tanel312/AES_Library
AES 128/192/256 encryption/decryption in modes: CBC, ECB, CTR, OFB & CFB
HaythamT95/Secure-email-exchange
Encrypt and Decrypt emails through Gmail SMTP using FROG algorithm