aes-ofb
There are 6 repositories under aes-ofb topic.
WaterJuice/WjCryptLib
Public Domain C Library of Cryptographic functions. Including: MD5, SHA1, SHA256, SHA512, RC4, AES, AES-CTR, AES-OFB, AES-CBC
hieunguyen1053/cryptopp-example
A few examples use the crypto ++ library for hash functions, block ciphers, public key signature schemes.
0r-gh0/AES-128
AES-128 Implementation
AmirHosseinAliHosseini/AES_Crypto
AES(Advanced Encryption Standard) implementation in C++
furkanozev/AES-Encryption-And-Hashing
Cryptography and Computer Security (Python) AES encryption and decryption, AES CBC and OFB modes, Hash Algorithm, Checking Data Integrity
tanel312/AES_LibExample
Dialog based example of AES encrytption/decryption that uses AES Library for AES128/192/256 in ECB, CBC, CTR, OFB & CFB modes