搜索资源列表
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源码
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.
1215052482
- des的加密解密,用于一般要求的算法。简单实现-des encryption decryption
JiamiJiemi
- VC开发的基于文件的加密解密工具主要采用des加密算法来完成-Encryption and decryption
BASE64p2BDESp2B3DES
- BASE64+DES+3DES算法调用Base64单元中的两个函数来实现Base64加密解密算法重新定义函数并调用DES单元中的两个函数来实现3DES加密解密算法 Key为16位.-BASE64+DES+3DES algorithm calls two functions Base64 unit to implement the the Base64 encryption and decryption algorithms redefine the function and call the t
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位的密钥按位替代或交换的方法形成密文组。