QuickCrypt Library API

Blowfish API Overview

Blowfish API assists you in performing Blowfish encryption/decryption.

 

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

 

Blowfish API Functions   |   Useful Links

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

 


 

 

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