An encryption class for AES-256 in CBC mode with optional PKCS#7 padding.
Declared in <crypto/aes.h>
class AES256CBCEncrypt;
| Name | Description |
|---|---|
AES256CBCEncrypt [constructor] | Construct a CBC-mode encrypter. |
~AES256CBCEncrypt [destructor] | Destroy the encrypter and wipe the initialization vector. |
Encrypt | Encrypt a buffer of arbitrary length in CBC mode. |