搜索资源列表
利用汇编语言实现DES加密算法
- 利用汇编语言实现DES加密算法 虽非原创,但很有用。-using assembly language to achieve DES encryption algorithm, if not original, but very useful.
des102
- des加密解密算法,c++实现,-des encryption and decryption algorithms, c + +.
desrsa
- DES加密算法的java实现,好像应该要用到编译器里的集成的包-DES encryption algorithm to achieve the java, it seems to be to use compiler's integrated package
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
25814DES_100
- DES加密算法C++实现,简单易懂。 绝对好用!-DES encryption algorithm C realization of simple and understandable. Absolutely handy!
Des
- DES加密算法,是一个很著名的加密算法,这个源码是采用Delphi 来建立的一个程序,希望对各位有所帮助。
dcpcrypt2
- delphi下的加密、解密源码包。包含:DES、3DES等十几种加密解密算法的Delphi源码
DES_CFB
- 基于CFB模式的DES算法的实现,控制台输出,只需修改main中的加密密钥和加密内容即可
DESjiamihejiemi
- 一个简单的c++程序,运用DES算法,可以对字符串进行加密解密,c-DES algorithm encryption and decryption of string
des
- 作者提供了DES的Delphi版源码与调用方法,现在标准算法被多数开发者使用,很容易被破解出来。在我们的站点上提供了DES的变形算法源码、为您提供软件安全检测和软件的加密解决方案。-The author provides a DES version of the Delphi source code with the call method, now standard algorithm used by most developers, it is easy to be cracked out.
DES
- 压缩算法,用于加密处理,应用于安全.Delphi源码-safadsa
DES_430
- msp430的汇编des算法,效率很高,加密解密大约只需要大约4000指令周期。-des for msp430 asm. it is less than 4000 tnk.
DES
- Delphi DES加密算法,源码 + 例程-Delphi DES encryption algorithms, source code+ routines! !
DES_delphi.ZIP
- DES加密算法演示程序,此算法为标准的DES算法,你可以根据的的自己需要进行变形。-delphi des demo
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算法Delphi源代码,比较常见吧,那么究竟是如何实现的呢?或许你从这个DES加密算法实例中能找到答案。-DES algorithm Delphi source code, the more common it, then what is how to achieve it? Perhaps you can find the answer from the DES encryption algorithm instance.
Delphi_122174
- Delphi:包括了各种常见的Delphi加密算法实例源码,它们是2DES、3DES、3DES3算法、AES、BASE64、Blowfish、CRC32-Dym、CRC32-Static、DES、MD5、RSA、SHA等加密的算法演示实例,每个实例都可以在D7下编译运行,对于学习看效果来说,挺方便的。 -Delphi: Delphi includes a variety of common encryption algorithm source code examples, they are
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位的密钥按位替代或交换的方法形成密文组。