C++ 3Des算法

頭文件:ide #ifndef _DESENCODE_H #define _DESENCODE_H #define ENCRYPT 0 #define DECRYPT 1 #pragma once #include <QtGlobal> typedef char TCHAR ; typedef unsigned int DWORD ; class CDesEncode { public:
相關文章
相關標籤/搜索