Hi Folks,
I present you an online tool to encrypt and decrypt strings using MD5 function of PHP.
MD5 aka Message-Digest algorithm 5 is a widely used cryptographic hash function with a 128-bit hash value. MD5 hash is typically expressed as a 32 digit hexadecimal number. Read more about MD5 @ Wikipedia.
Don’t forget to leave your comments and suggestions π
Credits:
- I give heartiest thanks to SachinKRaj for his kind support and guidance in the development of this tool .
Update:
- Updated the code, now you will get the result on the same page π Regards to SachinKRaj for suggesting use of AJAX.
Hi Shubhamoy,
how does the decrypting work? Using Bruteforcing or Rainbow Tables?
Depending on your explaination i will insert your tool in my list of MD5 crackers at http://www.stottmeister.com/blog/2009/04/14/how-to-crack-md5-passwords/
Best regards
Stotti
Hi Shubhamoy,
I’ve a issue regarding encrypt & decrypt strings.
Example:
$str=”raj”;
$str_encrypt=md5($str);
echo $str_encrypt; //it will print encrypted
My question is how to decrypt this encrypted string i.e $str_encrypt
Thanks
Hi Raj,
Please download the source code to clear all your doubts π
BR,
Shubhamoy
Hi Shubhamoy
I’ve download it but I’ve not resolved the above issue. so can u please help me.
I have added you on my Yahoo Messenger list. Will like to solve your doubts.
Respected Sir,
i am gurusamy from india. i am studing MCA(Master of Computer Applications).
i do a mini project for the purpose of partally complete my degree.
the mini project title is implementing MD5 using java.
so please help me, to send a source code of MD5 using java
Please sir.
Thanking You.
yours obediently,
Gurusamy.M
I usually donΒt post on Blogs but ya forced me to, great info.. excellent! Β I’ll add a backlink and bookmark your site.
hi. can you tell me, is thr any inbuilt function for the md5 encryption and decryption … ?