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)
A C++ AES implementation - an optimized forked of SergeyBel/AES
Encrypt and Decrypt emails through Gmail SMTP using FROG algorithm
Add a description, image, and links to the cfb-mode topic page so that developers can more easily learn about it.
To associate your repository with the cfb-mode topic, visit your repo's landing page and select "manage topics."