MD5 Encryptor
Name | MD5 Encryptor |
Author | Pi Ke |
Type | Source Code |
Size | 205.85 KB |
Date | 2012-02-09 05:23:18 |
Downloads | 7 |
Tag | Java,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.
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 : 6452 Downloads : 7 )
::User say
No comment for this article.
::Comment
Comment is disabled on this page
Most updated
5 downloads 1 comments | |
7 downloads 1 comments | |
3 downloads 1 comments | |
5 downloads 1 comments |
Most downloaded
79 downloads 1 comments | |
48 downloads 1 comments | |
18 downloads 1 comments | |
15 downloads 1 comments | |
10 downloads 1 comments |
Most viewed
10 downloads 1 comments | |
15 downloads 1 comments | |
7 downloads 0 comments | |
79 downloads 1 comments |
Most commented
8 downloads 3 comments | |
48 downloads 1 comments | |
9 downloads 1 comments | |
8 downloads 1 comments | |
6 downloads 1 comments |