QuickCrypt Library C++ Interface

CRijndael

CRijndael class does not have a base class.

CRijndael class assists you in performing Rijndael (AES) encryption/decryption.

Note. Instead of CRijndael you can use CAES which is an alias for CRijndael.

 

To encrypt/decrypt one or more continuous memory block(s) of fixed CRijndael::BLOCKSIZE  size, perform the following:

Note. The above algorithm corresponds to ECB mode of operation. QuickCrypt Library supports also CBC, CFB, OFB and Counter modes of operation.

#include <QuickCrypt.h>

using namespace QuickCrypt;

 

Class Members   |   Useful Links

Samples Rijndael (AES) encryption/decryption of a memory buffer in ECB mode
Rijndael (AES) encryption/decryption of a memory buffer in CBC mode
Rijndael (AES) encryption/decryption of a file in CFB mode
Rijndael (AES) encryption/decryption of a file in OFB mode
Rijndael (AES) encryption/decryption of a file in Counter mode
Rijndael (AES) encryption/decryption of a part of memory buffer in Counter mode

  


 

 

Send Feedback to SlavaSoft Inc. Tell a friend about QuickCrypt Library