搜索资源列表
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
des_src-90_121524_1143208269
- des加解密算法实现,采用vc++语言开发,很不错的.-des encryption algorithm using vc language development, very good.
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
- 基于delphi的des加密函数源码,可以自行设定des加解密密码。-Based on the des encryption function delphi source, you can set the password encryption des.
DES
- delphi DES 加密,解密 十分清楚,有用-delphi DES encryption and decryption very clear and useful
DES
- DES加解密程序,密文和密钥从文档中读出,最后的结果也将被写入文档-DES Program encryption and decryption and the program can read the content include the ciphertext and cipher key from the document(text1.text) the result will be writen in another document(text3.text)
des
- 实现DES加密和解密,纯C 有注释,可以运行,验证雪崩效应-des encrypt decode,all C,easy to understand
DES
- 基本DES加解密实例(delphi代码),编程学习源码,很好的参考资料。-Basic DES encryption example (Delphi code), learning programming source code, a good reference.
DES
- 基本DES加解密实例(delphi代码),编程学习源码,很好的参考资料。-Examples of basic DES encryption and decryption (delphi code), programming learning source, a good reference.
DES
- 基本DES加解密实例(delphi代码),编程学习源码,很好的参考资料。-Examples of basic DES encryption and decryption (delphi code), programming learning source, a good reference.
DES
- 基本DES加解密实例(delphi代码),编程学习源码,很好的参考资料。-Examples of basic DES encryption and decryption (delphi code), programming learning source, 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 DELPHI,JAVA加解密程序-DES DELPHI JAVA
DES
- des加解密 易语言实现算法 全部代码都是易语言的 经典算法-DES encryption and decryption algorithm is easy to implement all of the code algorithm is a classic algorithm for easy language
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.)
des算法
- DES算法为密码体制中的对称密码体制,又被称为美国数据加密标准。DES是一个分组加密算法,典型的DES以64位为分组对数据加密,加密和解密用的是同一个算法。密钥长64位,密钥事实上是56位参与DES运算(第8、16、24、32、40、48、56、64位是校验位,使得每个密钥都有奇数个1),分组后的明文组和56位的密钥按位替代或交换的方法形成密文组。