Encrypt and Decrypt Strings With MD5()

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.

Screenshot of the tool

Screenshot

Don’t forget to leave your comments and suggestions :)

demolive demo

download-icondownload code 2.92KB

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.

Shubhamoy

An engineer by chance and a blogger by choice. Love to share my knowledge with the masses. My main focus is always on open source technologies and latest gadgets. This blog provides me the platform to cherish my passion.

Website - More Posts

8 Responses to Encrypt and Decrypt Strings With MD5()

  1. harish says:

    hi. can you tell me, is thr any inbuilt function for the md5 encryption and decryption … ?

  2. I usually don’t post on Blogs but ya forced me to, great info.. excellent! … I’ll add a backlink and bookmark your site.

  3. gurusamy says:

    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

  4. Shubhamoy says:

    I have added you on my Yahoo Messenger list. Will like to solve your doubts.

  5. Raj Arora says:

    Hi Shubhamoy

    I’ve download it but I’ve not resolved the above issue. so can u please help me.

  6. Shubhamoy says:

    Hi Raj,

    Please download the source code to clear all your doubts :)

    BR,
    Shubhamoy

  7. Raj Arora says:

    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

  8. Stotti says:

    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

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>