搜索资源列表
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
Md5&des&Diff
- Java 实现 Md5加密、des加密的例子,另外还有一个Diff比较两个java数组的有何不同的例子。
ansi917(14)
- 大随机数生成器算法的研究与实现.大随机数已经在当今社会的各个领域中都频繁使用,特别是在加密技术中已经成了不可缺少的一部分,像RSA,MD5中随机数成为加密技术的关键。 本设计主要为第3代移动通信系统(3G)提供符合要求的随机数(1024位),首先取得系统时间和RAND()函数所产生的随机数作为最初的随机初值,经过三重des(两密钥通过MD5算法得来)和异或的变换,保证其随机数的足够随机,然后通过16次的循环得到一个组合起来的1024位随机数,设计还提供一个检验随机数是否随机的平台,采用了均匀
Algorithm_description
- 包括des和mds算法描述,ECC加密算法入门介绍,密码知识-Including des and mds algorithm descr iption, ECC encryption algorithm entry, the password of knowledge
des
- des加密算法和解密算法的源程序,结构清晰,很好-des encryption algorithm and decryption algorithm source code, structure, clarity, good
des-compulish
- des加密c语言实现,让新手了解des实现原理,了解如何加密的-des
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