MD5 hash generator - Online tools Windows, Linux, C#, Php, Java - Download generated Hash
MD5 (Message Digest Algorithm 5) is a one-way hash cryptographic function type, which comes as a result of a fixed value of 128 bytes in length. MD5 function was developed in 1991 by Ronald L. Rivest.
Frequently valuation calculated using MD5 function (md5sum briefly) is used as a checksum to verify file integrity.
Use this online free tool to quickly calculate MD5 Hash.
MD5 function for PHP:
$string='This is a non hash value';
$MD5_Hash=md5($string);
MD5 Hash Generator - Linux
echo -n "password" | md5sum
MD5 Hash Java
You can find for download MD5 clas for Java here http://www.freevbcode.com/ShowCode.asp?ID=741
There is the link: http://www.freevbcode.com/imagesvr_ce/184390/source/0708/md5ref11.zip
MD5 Hash checker for Windows
Here you can download a MD5 checker program for windows : http://www.winmd5.com/