MD5 Calculator
A simple free MD5 calculator implemented in PHP. To calculate your own MD5 hash, use the code below.
Code Sample
$vPlainText = 'My value to be hashed'; $myHashedValue = md5($vPlainText);
Last Updated on Monday, 12 December 2011 02:01
A simple free MD5 calculator implemented in PHP. To calculate your own MD5 hash, use the code below.
Code Sample
$vPlainText = 'My value to be hashed'; $myHashedValue = md5($vPlainText);
Last Updated on Monday, 12 December 2011 02:01