ofb-mode
There are 10 repositories under ofb-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
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
alihaydarkurban/AES-Encryption-And-Decryption
It is an Advanced Encryption Standard with 128-bit key values and also its some versions like Cipher Block Chaining and Output Feedback.
andrija-tosic/crypto
High performance, Bi-directional gRPC file streaming encryption service using Four square cipher, One time pad, SHA1, XXTEA, Output-feedback block cipher.
jaskier07/Cryptographer
Program to encrypt and decrypt files using ECB, CBC, CFB, OFB.
RuslanRamaldanov/SAFER-
Алгоритм шифрования SAFER+. Работает как с тектом, так и с bmp картинками. Присутствует режим работы ofb.
tanel312/AES_Library
AES 128/192/256 encryption/decryption in modes: CBC, ECB, CTR, OFB & CFB
n6parmak/feistel-network
Feistel network implementation with EBC, CBC, OFB modes.