This library contains the implementation of popular crypto algorithms from scratch using C++
-
Updated
Jun 11, 2023 - C++
This library contains the implementation of popular crypto algorithms from scratch using C++
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)
It is an Advanced Encryption Standard with 128-bit key values and also its some versions like Cipher Block Chaining and Output Feedback.
Алгоритм шифрования SAFER+. Работает как с тектом, так и с bmp картинками. Присутствует режим работы ofb.
High performance, Bi-directional gRPC file streaming encryption service using Four square cipher, One time pad, SHA1, XXTEA, Output-feedback block cipher.
This project implements the International Data Encryption Algorithm (IDEA) in Output Feedback (OFB) mode, combined with Schnorr signature for data integrity and Elliptic Curve Diffie-Hellman (ECDH) for secure key exchange. It ensures robust encryption, authentication, and secure communication.
Feistel network implementation with EBC, CBC, OFB modes.
Add a description, image, and links to the ofb-mode topic page so that developers can more easily learn about it.
To associate your repository with the ofb-mode topic, visit your repo's landing page and select "manage topics."