谁知道哪里有AES算法加密,解密c++/C语言代码?
谁知道哪里有AES算法加密,解密c++/C语言代码?
日期:2016-07-29 06:27:45 人气:1
我有写好的,肿么给你?贴上来吧。
#ifndef aes_h_
#define aes_h_
#include
#include
using namespace std;
typedef unsigned char uint8;
class aes
{
public:
/// 构造函数
aes();
/// 析构函数
~aes();
/// 加密,默认256位密码
///