MD5 Encryptor

NameMD5 Encryptor
AuthorPi Ke
TypeSource Code
Size205.85 KB
Date2012-02-09 05:23:18
Downloads7
TagJava,MD5,Implementation,Algorithm

  ::Description

The MD5 Message-Digest Algorithm is a widely used cryptographic hash function that produces a 128-bit (16-byte) hash value. Specified in RFC 1321, MD5 has been employed in a wide variety of security applications, and is also commonly used to check data integrity. MD5 was designed by Ron Rivest in 1991 to replace an earlier hash function, MD4. An MD5 hash is typically expressed as a 32-digit hexadecimal number.

The implementation of MD5 is realized with many programming languages. Here we provide an implementation of MD5 encryption algorithm with Java. The implementation refers to RFC 1321.

Hope this will help those who want to do algorithm research especially in security field.
 
   (Views : 6273 Downloads : 7 )

Share on Facebook  Share on Twitter  Share on Google+  Share on Weibo  Share on Reddit  Share on Digg  Share on Tumblr    Delicious

  ::User say

No comment for this article.

  ::Comment

Comment is disabled on this page