QuickCrypt Library API

DES-EDE3 API Overview

DES-EDE3 API assists you in performing DES-EDE3 encryption/decryption.

 

To encrypt/decrypt one or more continuous memory block(s) of fixed SLC_DES_EDE3_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>

 

DES-EDE3 API Functions   |   Useful Links

Samples DES-EDE3 encryption/decryption of a memory buffer in ECB mode
DES-EDE3 encryption/decryption of a memory buffer in CBC mode
DES-EDE3 encryption/decryption of a file in CFB mode
DES-EDE3 encryption/decryption of a file in OFB mode
DES-EDE3 encryption/decryption of a file in Counter mode
DES-EDE3 encryption/decryption of a part of memory buffer in Counter mode

 


 

 

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