QuickCrypt Library C++ Interface

CCBCMode

template< class T > class CCBCMode

Parameters

 T

    Template parameter specifying the type of the encryption object. It can be one of the following: CDES, CDES_EDE2, CDES_EDE3, CDESX, CRijndael or CAES, CBlowfish, CGOST.

Remarks

CCBCMode class assists you in performing encryption/decryption in CBC mode of operation.

 

To encrypt/decrypt a continuous memory buffer, perform the following:

#include <QuickCrypt.h>

using namespace QuickCrypt;

 

Class Members   |   Useful Links

Samples DES encryption/decryption of a memory buffer in CBC mode
DES-EDE2 encryption/decryption of a memory buffer in CBC mode
DES-EDE3 encryption/decryption of a memory buffer in CBC mode
DESX encryption/decryption of a memory buffer in CBC mode
Rijndael (AES) encryption/decryption of a memory buffer in CBC mode
Blowfish encryption/decryption of a memory buffer in CBC mode
GOST encryption/decryption of a memory buffer in CBC mode

  


 

 

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