摘要:
typedef BYTE unsigned char;BYTE HexChar[256]={0}; void InitHexBuff(){ HexChar[0] = '0'; HexChar[1] = '1'; HexChar[2] = '2';... 阅读全文
posted @ 2016-04-08 19:13
未雨愁眸
阅读(253)
评论(0)
推荐(0)
摘要:
#include #include #include #include #include #include #include #include #include //g++ -g -o -Wall -m64 AesTest AesTest.cpp -lssl -lcr... 阅读全文
posted @ 2016-04-08 14:50
未雨愁眸
阅读(218)
评论(0)
推荐(0)