搜索资源列表
MD5
- java实现的md5算法,独立于jdk版本。调用办法:MD5 m = new MD5() m.getMD5ofStr(\"abc\") -java realized md5 algorithm, independent of jdk versions. Calling approach : MD5 m = new MD5 () m.getMD5ofStr ( "abc")
md5
- Java 的 MD5 算法 网上找的。
MD5
- MD5算法的java实现程序.程序开头有简短调用方法说明.
java_DigitalSign
- 实用数字签名的步骤 (1)发送方使用MD5算法对原始信息进行计算,获得一个固定长度的信息摘要 (2)发送方用自己的私钥加密生成的信息生成发送方的数字签名,发送方把这个数字签名作为发送信息的附件和明文信息,一同用接收方的公钥进行加密,将加密后的密文一同发送给接收方; (3)接收方首先把接收到的密文用自己的私钥解密,得到明文信息和数字签名,再用发送方的公钥对数字签名进行解密,然后使用相同的单向散列算法来计算解密得到的明文信息,得到信息摘要;对比计算出来的信息摘要和发送方发送过来的信息摘要
MD5
- java的md5算法使用,可以用于web应用的用户注册管理,确保账号安全,也可以对特定内容进行加密,防止信息外泄。-the use of the md5 algorithm java, web applications can be used to register users, to ensure account security, specific content can also be encrypted to prevent information leakage.
MD5
- MD5算法的Java版,别人写的,自己修改了一下-Java version of the MD5 algorithm, written by someone else, then modify their own
MD5
- md5 类实现了RSA Data Security, Inc.在提交给IETF 的RFC1321中的MD5 message-digest 算法。-md5 class implements RSA Data Security, Inc. submitted to the IETF in RFC1321 of the MD5 message-digest algorithm.
md5
- java md5加密算法实现,输入字符串直接得到加密后的字符串-java md5
MD5
- java实现的md5算法,实现信息的加密。-the realization of the md5 algorithm java, encryption of information.
md5
- MD5 签名算法在 jdk 中早已实现(如 MessageDigest 类), 出于稳定性考虑,此处直接展示如何用这个类将密码进行MD5加密。-MD5 signature algorithm has already achieved in the jdk (if MessageDigest class), for stability considerations, here directly show how this class will be MD5 encrypted password
Md5
- java实现的MD5算法,class文件,可直接用-java implementation of the MD5 algorithm, class files can be directly used
MD5
- JAVA中经常用到的MD5算法工具类。 JAVA中经常用到的MD5算法工具类。-MD5 algorithm Tools
MD5
- asp版MD5源码,正宗的MD5算法,没有加任何其它的参数。-asp source code version of MD5, the MD5 algorithm is authentic, not add any other parameters.
md5
- 實現高速的FAST MD5算法 FAST MD5-FAST MD5 FAST MD5 FAST MD5 FAST MD5
md5
- 一个对数据进行加密的脚本程序,采用的是先进的MD5算法-A scr ipt to encrypt data using the MD5 algorithm is a state-of-the-art
MD5
- MD5算法 一种非常好用散列函数 可用于lucene+heritrix架构搜索引擎-MD5 algorithm
MD5
- md5 算法,用md5算法加密,字符串作为参数,返回结果为加密的字符串-md5 algorithm, using md5 encryption algorithm, a string as a parameter and returns the result as an encrypted string
MD5
- 这是用JAVA实现的MD5算法,非常好用-This is achieved using the MD5 algorithm JAVA, very easy to use
MD5
- 信息安全实验之MD5算法,使用java实现的-MD5 algorithm