文件名称:des
介绍说明--下载内容均来自于网络,请自行研究使用
一个C++的DES算法源码.引入工程中即可使用,加解密的函数分别是DES(char *key,char *s_text,char *d_text)和_DES(char *key,char *s_text,char *d_text)
使用上也比较方便-A C++ Source of the DES algorithm. The introduction of projects to use, a function of encryption and decryption are DES (char* key, char* s_text, char* d_text) and _DES (char* key, char* s_text, char* d_text) is also more convenient to use
使用上也比较方便-A C++ Source of the DES algorithm. The introduction of projects to use, a function of encryption and decryption are DES (char* key, char* s_text, char* d_text) and _DES (char* key, char* s_text, char* d_text) is also more convenient to use
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DES.Cpp
DES.H
DES.H