资源简介
C++的AES实现封装,仅实现了ECB加密和BASE64编码,主要能看一下怎么解决补码得问题,其他得理论大同小异,可以自己查查资料写其他得编码方式。
代码片段和文件信息
#include “stdafx.h“
#include “memoryleak.h“
#include “AGSoftwareInformation.h“
#include
#include
#include “AGStringCodec.h“
#include “AGJsonhelper.h“
#include “AGDeviceInfomation.h“
#include “AGNetLogHelper.h“
#include “AGUser.h“
#include
#include
#include “AGAppDatabase.h“
#include “AGUserdatabase.h“
#include “AGDBTableSoftwareList.h“
#define MAX_KEY_LENGTH 255
#define MAX_VALUE_NAME 16383
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
namespace SoftwareInfoConst {
const TCHAR* cRegDispName = _T(“DisplayName“);
const TCHAR* cRegDispVersion = _T(“DisplayVersion“);
const TCHAR* cRegInstDate = _T(“InstallDate“);
const TCHAR* cRegVendor = _T(“Publisher“);
const std::string cDispName = “SWDisplayName“;
const std::string
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 28669 2006-10-17 10:42 AES_Test\AES_Test\AES_Test\aes.cpp
文件 549 2006-10-17 10:42 AES_Test\AES_Test\AES_Test\aes.h
文件 2839 2016-01-22 17:27 AES_Test\AES_Test\AES_Test\AesHelper.cpp
文件 745 2016-01-22 15:16 AES_Test\AES_Test\AES_Test\AesHelper.h
文件 458 2016-01-22 15:58 AES_Test\AES_Test\AES_Test\AES_Test.cpp
文件 4376 2016-01-22 15:37 AES_Test\AES_Test\AES_Test\AES_Test.vcxproj
文件 213 2016-01-22 11:50 AES_Test\AES_Test\AES_Test\stdafx.cpp
文件 233 2016-01-22 11:50 AES_Test\AES_Test\AES_Test\stdafx.h
文件 236 2016-01-22 11:50 AES_Test\AES_Test\AES_Test\targetver.h
文件 2980 2016-01-22 14:45 AES_Test\AES_Test\AES_Test\zba
文件 462 2016-01-22 14:45 AES_Test\AES_Test\AES_Test\zba
文件 891 2016-01-22 11:50 AES_Test\AES_Test\AES_Test.sln
I.A.... 10900 2016-01-13 14:55 AES_Test\AGSoftwareInformation.cpp
I.A.... 1019 2016-01-13 14:55 AES_Test\AGSoftwareInformation.h
目录 0 2016-01-22 17:53 AES_Test\AES_Test\AES_Test
目录 0 2016-01-22 17:53 AES_Test\AES_Test
目录 0 2016-01-25 21:21 AES_Test
----------- --------- ---------- ----- ----
54570 17
相关资源
- c++ 数字键盘设计(源码)
- Linux优先级时间片调度C++源码
- c++ RoyCardTableView 列表插入
- 电机控制平台(c++源码)
- PID 控制算法实现(fuzzy-PID-controller)
- c++ 获取当前执行位置的调用栈
- windows文件夹监控(c++源码)
- C++ tts开发 可调节语速,音量,切换语
- c++(3_MSGS.C)
- c++实现P2PDemo(点对点聊天)
- windows 串口升级工具(c++源码)
- ntmedsys.sys(c++源码)
- DSS中的RTSPclientLib程序
- c 常用的数据结构 (Errata for Ford/Top
- RTSPRTP C++ 源代码
-
c++ xm
lRPC - rip协议编程及代码实现
- ippicv_2017u3_win_intel64_general_20170822.zip
- Windows Sockets 编程及UR机器人通信数据
- 跟进域名解析IP地址(c++ builder)
- iCord-屏幕录制(c++源码)
- 用ADO 对C++连接ORACLE 数据库
- 基于libevent 实现的http服务C++(myhttp
- 多人聊天室c++源码(附服务器端以及
- c++ 不打开图档可替换字符串源码
- opencv:视频图片相互转换程序
- VC++图片控件(Picture Control)显示资源
- Opencv3中SIFT算法详解
- MFC图片操作(PRO5_PNGDlg.cpp)
- c++ 实现 凯撒加密、解密
评论
共有 条评论