QuickCrypt Library C++ Interface

CDES_EDE2

CDES_EDE2 class does not have a base class.

CDES_EDE2 class assists you in performing DES-EDE2 encryption/decryption.

 

To encrypt/decrypt one or more continuous memory block(s) of fixed CDES_EDE2::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 DES-EDE2 encryption/decryption of a memory buffer in ECB mode
DES-EDE2 encryption/decryption of a memory buffer in CBC mode
DES-EDE2 encryption/decryption of a file in CFB mode
DES-EDE2 encryption/decryption of a file in OFB mode
DES-EDE2 encryption/decryption of a file in Counter mode
DES-EDE2 encryption/decryption of a part of memory buffer in Counter mode

  


 

 

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