A command line file encryption tool
-
Updated
Dec 1, 2019 - Go
A command line file encryption tool
Golang programs for AES-CTR mode encryption with 2 different hashing algorithm and Padding Oracle attack on AES-CTR mode.
AES-CTR implementation using AES-NI intrinsics and SIMD operations
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)
AES block cipher modes with the user interface.
My Cryptography course project. An implementation of a block cipher algorithm and a hash function.
AES-128, 192, 256 in C with CBC, ECB, CTR mode.
Add a description, image, and links to the ctr-mode topic page so that developers can more easily learn about it.
To associate your repository with the ctr-mode topic, visit your repo's landing page and select "manage topics."