Marine Library  1.0
C++ library for Linux Networking Development
Classes
encrypt_aes.hh File Reference

Advanced Encryption Standard (AES) algorithm interface. More...

#include <string>
#include <vector>
#include <cstring>
#include <openssl/aes.h>
#include "tools/ssl.hh"

Go to the source code of this file.

Classes

class  CEncryptorAes
 A convenient interface for Advanced Encryption Standard (AES) algorithm. More...
 

Detailed Description

Advanced Encryption Standard (AES) algorithm interface.

Note
OpenSSL is required.
Author
Zhao DAI