搜索资源列表
SocketPool-0712
- 基于JXTA的P2P交通仿真程序,SimpleJxtaApp.java为主控文件,RoadGui为图形界面,MD5为Hash码生成文件,Cartest01为车辆Agent文件,另外一个对等组工具文件PeerGroupTool。-based on the JXTA P2P traffic simulation program, SimpleJxtaApp.java for controlling documents, RoadGui for the graphic interface, MD5 H
java_DigitalSign
- 实用数字签名的步骤 (1)发送方使用MD5算法对原始信息进行计算,获得一个固定长度的信息摘要 (2)发送方用自己的私钥加密生成的信息生成发送方的数字签名,发送方把这个数字签名作为发送信息的附件和明文信息,一同用接收方的公钥进行加密,将加密后的密文一同发送给接收方; (3)接收方首先把接收到的密文用自己的私钥解密,得到明文信息和数字签名,再用发送方的公钥对数字签名进行解密,然后使用相同的单向散列算法来计算解密得到的明文信息,得到信息摘要;对比计算出来的信息摘要和发送方发送过来的信息摘要
MD5Encode
- Java 16位MD5 Hash code generator-Java 16 md5 generator
md5
- 文件验证,利用MD5算法做文件的HASH,得到统一结果判断文件内容的一致性-File Hash
java-md5
- MD5代码,主要实现哈希值加密及验证,一个小的源代码,但是在简单程序中可以用到。-MD5 code, the main hash value encryption and authentication, a small source code, but can be used for simple procedures.
MD5
- JAVA代码实现MD5编码,不调用任何第三方API-MD5 hash algorithm implemented by JAVA.
MD5
- a hash function md5 for a java code, it has been run successfully.
MD5
- This a java code for MD5 encryption algorithm. MD5 is an algorithm which helps you in generating hash codes for securing your data. It s a kind of digital signature used in networks.
PasswordHash
- password hash function using java code.used on md5 hash function algorithm
MD5
- 这款软件采用Java编写,主要实现了将任意长度的单项散列函数进行加密。-Using Java , this software mainly realizes the encryption for the arbitrary length of hash function.
Hash
- java语言 实现对文件生成MD5码 并存入数据库以便进行比对查询 -java language to generate MD5 code file and stored in a for comparison and inquiry
Hash Generator
- java code for generating md5 hashing