QuickCrypt Library C++ Interface

CCFBMode

template< class T > class CCFBMode

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

CCFBMode class assists you in performing encryption/decryption in CFB 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 file in CFB mode
DES-EDE2 encryption/decryption of a file in CFB mode
DES-EDE3 encryption/decryption of a file in CFB mode
DESX encryption/decryption of a file in CFB mode
Rijndael (AES) encryption/decryption of a file in CFB mode
Blowfish encryption/decryption of a file in CFB mode
GOST encryption/decryption of a file in CFB mode

  


 

 

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