Generate a keyed hash value using the HMAC method (Keyed-Hashing for Message Authentication)
awis. | |
Functions | |
sha1 | Calculate the sha1 hash of a string |
md5 | Calculate the md5 hash of a string |
hmac | Generate a keyed hash value using the HMAC method |
Calculate the sha1 hash of a string
Func sha1( $message )
Calculate the md5 hash of a string
Func md5( $message )
Generate a keyed hash value using the HMAC method
Func hmac( $key, $message, $hash = "md5" )