|
Cipher Class
|
#include <string>#include <vector>#include <utility>
Include dependency graph for cipher.h:
This graph shows which files directly or indirectly include this file: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" |