搜索资源列表
des102
- des加密解密算法,c++实现,-des encryption and decryption algorithms, c + +.
another_DES
- des加解密核心代码 对称密钥加密算法DES是由IBM公司在70年代发展起来的,并经政府的加密标准筛选后,于1976年11月被美国政府采用,DES随后被美国国家标准局和美国国家标准协会ANSI承认。 DES使用56位密钥对64位的数据块进行加密,并对64位的数据块进行16轮编码。与每轮编码时,一个48位的\"每轮\"密钥值由56位的完整密钥得出来。 -des encryption and decryption code core symmetric key encryption a
dcpcrypt2
- delphi下的加密、解密源码包。包含:DES、3DES等十几种加密解密算法的Delphi源码
MYNOTE
- 这是从我们程序设计报告中摘录的: (1)读入静态存储的一页文章,每行最多不超过80个字符,共N行: (1)分别统计出其中英文字母、数字、空格的个数及整篇文章总字数; (2)统计某一字符串在文章中出现的次数,并输出该次数; (3)删除某一子串,并将后面的字符依次前移。 2)输入一段字符,在输入过程中即时统计并显示其中字母、数字、空格的个数。 3)若文章内容中还有中文字符,请统计出其中中文字符的个数。 4)对重要的资料,用户可选择加密,并在提供正确密钥的前提下正确解密
DESjiamihejiemi
- 一个简单的c++程序,运用DES算法,可以对字符串进行加密解密,c-DES algorithm encryption and decryption of string
DES_430
- msp430的汇编des算法,效率很高,加密解密大约只需要大约4000指令周期。-des for msp430 asm. it is less than 4000 tnk.
des
- 基于delphi的des加密函数源码,可以自行设定des加解密密码。-Based on the des encryption function delphi source, you can set the password encryption des.
desjm
- des加密解密模块源码,比易语言自带的的功能强上很多-des encryption and decryption modules source function than the easy language comes strong on many
CommonFunction
- 包含了计算机系统控制、DES加密解密、MD5加密、文件粉碎等接口-Contains a computer control system, DES encryption and decryption, MD5 encryption, file shredder and other interfaces
DES
- delphi DES 加密,解密 十分清楚,有用-delphi DES encryption and decryption very clear and useful
des
- 实现DES加密和解密,纯C 有注释,可以运行,验证雪崩效应-des encrypt decode,all C,easy to understand
3DES3
- Delphi三重DES加密解密示例,编程学习源码,很好的参考资料。-Delphi three DES encryption and decryption example, learning programming source code, a good reference.
DES3
- Delphi三重DES加密解密示例,编程学习源码,很好的参考资料。-Delphi Triple DES encryption and decryption example, learning programming source code, a good reference.
DES3
- Delphi三重DES加密解密示例,编程学习源码,很好的参考资料。-Delphi Triple DES encryption and decryption example, learning programming source code, a good reference.
54
- Delphi三重DES加密解密示例,编程学习源码,很好的参考资料。-Delphi Triple DES encryption and decryption example, learning programming source code, a good reference.
DES3
- 三重DES加密解密示例,Delphi编程学习源码,很好的参考资料。-Delphi Triple DES encryption and decryption example, learning programming source code, a good reference.
645
- Delphi三重DES加密解密示例,编程学习源码,很好的参考资料。-Delphi Triple DES encryption and decryption example, learning programming source code, a good reference.
Delphi_473853
- Delphi:Delphi三重DES加密解密示例,是软件加密技术中的一个范例,演示了三次DES加密的过程和实现方法,并演示了如何三重DES解密,相对基本的DES,三重DES更具安全性,在众多加密方法中,DES也是使用较为普遍的加密方法。 -Delphi: Delphi Triple DES encryption and decryption example, a software encryption technology in an example that demonstrates th
DES
- 使用DES算法实现对文本的加密解密,显示加密解密文本和密码-Using DES algorithm to achieve the encryption and decryption of the text, display encryption and decryption text and password
加密des算法
- DES算法,自行设置七位密钥,可成功加密和解密,密码输错三次则解锁失败。(DES algorithm, set its own seven bit key, can be successfully encrypted and decrypted, password error three times, unlock failure.)