搜索资源列表
Cry-DES
- 用JAVA编写的用密码学中DES算法加密解密文件的程序-prepared with Java Cryptography with the DES encryption algorithm declassified document procedures
dessf
- 大名鼎鼎的Des加密算法已经广为人知了,广大程序员们用各种语言来实现他,今天这里出现的就是用vb实现的加密解密过程。-famous Des encryption algorithm is well known, the majority of programmers in various languages to realize his, today here is to use vb achieve the encryption and decryption process.
DES
- 利用C语言程序实现DES加密算法的加密解密功能。能够实现56位或56*n密钥的des算法,可以通过该程序提供的接口进行数据的加密,保证数据在传送过程的安全性
DES算法程序Matlab
- DES工作的基本原理是,其入口参数有三个:key、data。 key为加密解密使用的密钥,data为加密解密的数据。实际运用中,密钥只用到了64位中的56位,这样才具有高的安全性。
DES
- 实现DES加密算法的加密解密功能,能够实现56位或56*3密钥的des算法,可以通过该程序提供的接口,进行数据的加密,保证数据在传送过程的安全性。-The realization of DES encryption algorithm for encryption and decryption functions, can realize the algorithm of Des 56 or 56*3 key, can be provided through the program interf
DES-algrithm-demo
- 该程序实现DES加密算法的加密解密功能,可作为DES编程的参考。-It shows the function of DES.