PHP Classes

MD5 Encryption

Recommend this page to a friend!

      PHP Forms Class with HTML Generator and JavaScript Validation  >  PHP Forms Class with HTML Generator and JavaScript Validation package blog  >  Upcoming Visual HTML ...  >  All threads  >  MD5 Encryption  >  (Un) Subscribe thread alerts  
Subject:MD5 Encryption
Summary:Trying to find the usage for the js file
Messages:2
Author:Brian Shields
Date:2007-06-01 00:00:50
Update:2007-06-01 04:46:06
 

  1. MD5 Encryption   Reply   Report abuse  
Picture of Brian Shields Brian Shields - 2007-06-01 00:00:50
Does anyone have any sample code using this?

  2. Re: MD5 Encryption   Reply   Report abuse  
Picture of Anuj Kumar Gupta Anuj Kumar Gupta - 2007-06-01 04:46:06 - In reply to message 1 from Brian Shields
It is the technique for use the md5 function.

<?php
$x=md5("hi");
echo $x;
?>