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.

8 comments / Add your comment below

  1. 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

  2. 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

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.