Functions Php

   $val = "secret";
   $hash_val = md5 ($val);
   echo $hash_val;
?>