搜索资源列表
DES_hy
- DES算法,这个代码实现DES的算法,想学学DES如何加密和解密可以参考参考-DES algorithm, the source implementation of the DES algorithm to learn how DES encryption and decryption can information.
Cry-DES
- 用JAVA编写的用密码学中DES算法加密解密文件的程序-prepared with Java Cryptography with the DES encryption algorithm declassified document procedures
DES
- des加密算法和解密算法的源程序,结构清晰,很好-des encryption algorithm and decryption algorithm source code, structure, clarity, good
DES-algrithm-demo
- 该程序实现DES加密算法的加密解密功能,可作为DES编程的参考。-It shows the function of DES.
SingleKey
- DES 对称加密源码实例,加密算法可以是DES,DESede,Blowfish等,选择DES算法,密钥长度必须为56位,用密钥加密明文(message),生成密文(cipherText),操作模式为加密(Cipher.ENCRYPT_MODE),key为密钥,用密钥加密明文(plainText),生成密文(cipherByte),操作模式为解密,key为密钥-DES symmetric encryption source code examples