Whitebox AES implementation in C++. Chow, Karroumi.
-
Updated
Feb 23, 2023 - C++
Whitebox AES implementation in C++. Chow, Karroumi.
WBC AES implementation in C++ using Chow and Muir papers supporting 128, 192, 256, 512, 1024, 2048 and 4096-bit keys
Quick and simple 128-bit AES encrypted NFC compatible login tool.
C++17 implementation (faster) of Kokke's AES-C (https://github.com/kokke/tiny-AES-c)
A Suite of Tools Designed to Facilitate Privacy Management.
AES stands for Advanced Encryption Standard. It is mostly used as a replacement of DES. It has a bigger key size than DES which provides encryption at least 6 times faster. AES specifies a FIPS-approved cryptographic algorithm that can be used to protect electronic data. The AES algorithm is a symmetric block cipher that can encrypt (encipher) a…
Fast AES
my implementation of AES in C++
Add a description, image, and links to the aes-cipher topic page so that developers can more easily learn about it.
To associate your repository with the aes-cipher topic, visit your repo's landing page and select "manage topics."