Cipher Class
|
#include <string>
#include <vector>
#include <utility>
Go to the source code of this file.
Classes | |
class | Cipher |
The cipher object encrypts plaintext data or decrypts ciphertext data. More... | |
Macros | |
#define | CIPHER_DEFAULT_CIPHER "aes-256-cbc" |
#define | CIPHER_DEFAULT_COUNT 1 |
#define | CIPHER_DEFAULT_DIGEST "sha1" |