Functions Php

    $mystring = "mystring";
    $signature = md5($mystring);
    echo $signature;
?>