Using PHP for a transaction posted to the SIM gateway, fingerprint
generation is based on the following function: function hmac ($key,
$data){return (bin2hex (mhash(MHASH_MD5, $data, $key)));}Not being very
familiar with either PHP or hash functions,...