搜索资源列表
利用汇编语言实现DES加密算法
- 利用汇编语言实现DES加密算法 虽非原创,但很有用。-using assembly language to achieve DES encryption algorithm, if not original, but very useful.
desrsa
- DES加密算法的java实现,好像应该要用到编译器里的集成的包-DES encryption algorithm to achieve the java, it seems to be to use compiler's integrated package
25814DES_100
- DES加密算法C++实现,简单易懂。 绝对好用!-DES encryption algorithm C realization of simple and understandable. Absolutely handy!
Des
- DES加密算法,是一个很著名的加密算法,这个源码是采用Delphi 来建立的一个程序,希望对各位有所帮助。
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.
JiamiJiemi
- VC开发的基于文件的加密解密工具主要采用des加密算法来完成-Encryption and decryption
DES
- Delphi DES加密算法,源码 + 例程-Delphi DES encryption algorithms, source code+ routines! !
DES_delphi.ZIP
- DES加密算法演示程序,此算法为标准的DES算法,你可以根据的的自己需要进行变形。-delphi des demo
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.
De_EncryptKey
- des加密算法源代码,希望能帮助有需要的人,谢谢大家支持-des encryption algorithm source code, hoping to help people in need, thank you for support
2DES
- Delphi双重DES加密算法演示,编程学习源码,很好的参考资料。-The Delphi dual DES encryption algorithm demo, learning programming source code, a good reference.
2DES
- Delphi双重DES加密算法演示,编程学习源码,很好的参考资料。-Delphi double DES encryption algorithm demo, programmed learning source, a good reference.
2DES
- Delphi双重DES加密算法演示,编程学习源码,很好的参考资料。-Delphi double DES encryption algorithm demo, programmed learning source, a good reference.
35
- Delphi双重DES加密算法演示,编程学习源码,很好的参考资料。-Delphi double DES encryption algorithm demo, programmed learning source, a good reference.
363
- Delphi双重DES加密算法演示,编程学习源码,很好的参考资料。-Delphi double DES encryption algorithm demo, programmed learning source, a good reference.
2DES
- Delphi双重DES加密算法演示,编程学习源码,很好的参考资料。-Delphi double DES encryption algorithm demo, programmed learning source, a good reference.
656
- Delphi双重DES加密算法演示,编程学习源码,很好的参考资料。-Delphi double DES encryption algorithm demo, programmed learning source, a good reference.
DES_u
- delphi xe6的DES加密算法修改版 ,支持Unicode码-delphi xe6
加密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位的密钥按位替代或交换的方法形成密文组。