搜索资源列表
200312011618427930
- C C++ 的des加解密算法,算法保密性程度高,是现在通用的 加解密 方法-C C des encryption and decryption algorithm, the algorithm high degree of confidentiality, is now a common method of encryption and decryption
2005060717431727802CC++
- C C++ 的des加解密算法,算法保密性程度高,是现在通用的 加解密 方法-C C des encryption and decryption algorithm, the algorithm high degree of confidentiality, is now a common method of encryption and decryption
DES
- 本人03年写的一个可以成批加解密文件的程序,里面的核心算法使自己写的花了不少时间,希望能对需要的人有所帮助。
DES
- 使用C++实现了DES算法对字符串的加解密
DES
- 一个实现DES加解密算法的小程序,编程实现DES算法的加密过程、脱密过程和16个内部密钥生成过程-An implementation of DES encryption and decryption algorithm applet, programming encryption algorithm DES implementation process, from secret process and the 16 internal key generation process
vcppDES
- DES加解密算法实现(关键算法有详细注释)-DES algorithm (note the key algorithm in detail)
des
- 该程序实现了DES数据加解密算法,含加解密和密钥由口令导出。明文分组大小为64bit, //密文分组大小为64bit,明文二进制信息存放于《明文二进制表示.dat》 //密钥二进制存放于《密钥二进制表示.dat》,密文存放于《密文二进制.dat》中-The program achieved a DES data encryption and decryption algorithms, including encryption and decryption and key derived
DES
- DES加解密的算法实现,对学习DES加密解密有所帮助-DES encryption and decryption of the algorithm, DES encryption and decryption of learning help
sldes
- des加解密算法,希望能给有需要者,起到一定的帮助,谢谢大家支持哦-des encryption and decryption algorithm, we want to give those who need it, play some help, thank you for support, oh
DES
- DES加解密算法,基于C++的开发环境,模块化的编程风格-DES encryption and decryption algorithm, based C++ development environment, modular programming style
DES-ENCODE
- 这个是网上很难找的DES加解密算法!FOR C++BUILDER使用!-This is difficult to find online DES encryption and decryption algorithms! FOR C++BUILDER use!
WjcDes
- 实现DES加解密算法 实现16位加解密技术 实现8位加解密技术-The realization of DES encryption algorithm Achieve 16 bit encryption technology Achieve 8 bit encryption technology
DES2
- 实现传统的基于CBC的DES加解密算法,-CBC' s DES-based encryption algorithm
des
- linux系统下的对称加解密算法的des的c代码实现,代码实现了灵活的和强大封装,可以直接调用封装好接口,还可以移植到window系统下。-Linux under the system of symmetric encryption algorithm des c code, the code implements the flexible and powerful packaging, can be directly encapsulated interface, can also be tr
31511387
- C C++ 的des加解密算法,算法保密性程度高,是现在通用的 加解密 方法,-Des encryption algorithm, the algorithm of C++ high degree of confidentiality, is now general encryption method,
jinh
- C C++ 的des加解密算法,算法保密性程度高,是现在通用的 加解密 方法,-Des encryption algorithm, the algorithm of C++ high degree of confidentiality, is now general encryption method,
confimentiality_degree
- C C++ 的des加解密算法,算法保密性程度高,是现在通用的 加解密 方法,(Des encryption algorithm, the algorithm of C + + high degree of confidentiality, is now general encryption method,)
des加解密算法delphi10.1编译通过
- des加密算法,delphi10.1编译通过,就两个函数,一个加密一个解密,操作简单(DES encryption algorithm, delphi10.1 compiler through, on the two functions, an encryption, a decryption, simple operation)
vb实现DES加解密算法 (2)
- vb 6 中des加密解密说明 。现成例子(Encrypt and Decryptasdfasdvasva)
DES
- DES加解密,明文,密文,私钥皆为16进制,编写 DES 分组密码算法,用 DES 分组密码算法加密的密文 C 解密。