Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • How to use md5() function in php ?

    • 0
    • 1
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 113
    Comment on it

    What is utilization of md5() function ?

    MD5 stand to Message-Digest Algorithm, and MD5 is widely utilized in security-cognate applications.

    It Calculates the MD5 hash of str utilizing the RSA Data Security, and returns that hash.

    So, basically we can say that md5() function use for providing security

    you can see below example of md5() function:

    <?php
    //here $str is variable 
    $str = "Amit";
    //now call the md5() function for encrypt the name
    echo md5($str);
    ?>   
    

    output will come:

    93ddb8a4d794c52b08c2dee698580f41

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: