資源簡介
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
評論
共有 條評論