搜索资源列表
-
0下载:
md5加密算法java编写 -md5 encryption algorithm prepared md5 java java prepared encryption algorithm
-
-
0下载:
java算法实现AES、DES、3DES、MD5、RSA五种加密算法,java algorithm AES, DES, 3DES, MD5, RSA encryption algorithm five
-
-
2下载:
实用数字签名的步骤
(1)发送方使用MD5算法对原始信息进行计算,获得一个固定长度的信息摘要
(2)发送方用自己的私钥加密生成的信息生成发送方的数字签名,发送方把这个数字签名作为发送信息的附件和明文信息,一同用接收方的公钥进行加密,将加密后的密文一同发送给接收方;
(3)接收方首先把接收到的密文用自己的私钥解密,得到明文信息和数字签名,再用发送方的公钥对数字签名进行解密,然后使用相同的单向散列算法来计算解密得到的明文信息,得到信息摘要;对比计算出来的信息摘要和发送方发送过来的信息摘要
-
-
0下载:
Java class一个MD5加密的类。-Java class of a class MD5 encryption.
-
-
0下载:
java,加密,md5加密算法的源码,很实用.-java, encryption, md5 encryption algorithm source code, it is practical.
-
-
0下载:
自己看了书籍练习做的MD5加密的程序,完全个人写的加密,基于JAVA-Read the books to do their own practice of MD5 encryption process is entirely personal Writing encryption, based on the JAVA
-
-
0下载:
利用Java实现MD5加密技术,方便用户可以嵌入到其他程序中去-The use of Java to achieve MD5 encryption technology, user-friendly can be embedded into other programs to
-
-
0下载:
java实现的md5算法,实现信息的加密。-the realization of the md5 algorithm java, encryption of information.
-
-
0下载:
MD5代码,主要实现哈希值加密及验证,一个小的源代码,但是在简单程序中可以用到。-MD5 code, the main hash value encryption and authentication, a small source code, but can be used for simple procedures.
-
-
0下载:
Java写的MD5加密算法,只有一个文件,很容易使用-MD5 encryption algorithms written in Java, only one file, it is easy to use
-
-
0下载:
md5加密的源码,对开发程序而言常用的!-md5 encryption source code, for development process in terms of commonly used!
-
-
0下载:
分析了MD5加密算法和碰撞的原理,对目前常规MD5算法加密结果容易被破解的问题,利用JDK的ja-va.security包中的MD5算法给出了JavaBeans形式的变换算法,以期进一步减小破解时碰撞的概率,增强系统加密的安全性。-Analysis of the MD5 encryption algorithm and the collision theory, the current results of conventional MD5 algorithm for encryption ea
-
-
0下载:
综合三种加密算法:
1.AES对称加密算法
2.RSA非对称加密算法
3.MD5消息摘要算法
实现类PGP的文件网络安全传输系统,附带系统运行用例说明书。-Composite of three encryption algorithms: 1.AES symmetric encryption algorithm 2.RSA asymmetric encryption algorithm 3.MD5 PGP message digest algorithm class files
-
-
0下载:
密码加密与解密
对字符串进行MD5编码,并进行解密-Password encryption and decryption of the MD5 encoded string and decrypt
-
-
0下载:
本文件主要是java安全通信的代码包括:md5 密码加密与验证 对称加密与解密 非对称加密以解密 基于MD5信息摘要算法实现密码加密与验证 凯撒加密算法 数字签名与验证 消息验证码 消息摘要(都经过调试无错误)-java security of communications, including: md5 password encryption and authentication of non-symmetric encryption and decryption based on symme
-
-
0下载:
用java实现的MD5加密算法,非常简单-Using java MD5 encryption algorithm, is very simple
-
-
0下载:
java实现的MD5加密代码
java实现的MD5加密代码-java implementation of MD5 encryption code java implementation of MD5 encryption code java implementation of MD5 encryption code
-
-
0下载:
java的一些加密代码(BASE64,MD5,SHA,HMAC,DES等)-Some encryption code java
-
-
0下载:
Md5加密算法的java简单实现,原生JDK实现,不需要第三方Jar包。-Md5 encryption algorithm java simple implementation, native JDK implementation, no third party Jar package.
-
-
0下载:
用MD5加密函数实现对数据的加密操作,并将结果输出。(Use MD5 encryption function to encrypt the data and output the result.)
-