| QuickCrypt Library | C++ Interface |
|
COFBMode
template< class T > class COFBMode
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
COFBMode class assists you in performing encryption/decryption in OFB mode of operation.
To encrypt/decrypt a continuous memory buffer, perform the following:
Instantiate a COFBMode object passing to the constructor the initialization vector and the secret key.
Call the Process member function to encrypt/decrypt the memory buffer.
Call the Init member function to initialize the COFBMode object with another initialization vector and/or secret key.
| #include <QuickCrypt.h> using namespace QuickCrypt; |
| Send Feedback to SlavaSoft Inc. | Tell a friend about QuickCrypt Library |