Cipher Class
 All Classes Namespaces Files Functions Variables Typedefs Macros Pages
cipher.h File Reference
#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"
 

Macro Definition Documentation

#define CIPHER_DEFAULT_CIPHER   "aes-256-cbc"

Definition at line 28 of file cipher.h.

#define CIPHER_DEFAULT_COUNT   1

Definition at line 30 of file cipher.h.

#define CIPHER_DEFAULT_DIGEST   "sha1"

Definition at line 29 of file cipher.h.