Warning: file_put_contents(): Only -1 of 134 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
mhash Mimetype PHP Manual (PHP 4, 5) — Computar a hash Descrição string ( int $hash , $data $[ key ] ) mhash() applica função especificada por para o parametro data e retorna resultante (tamb...
Forum und email

mhash

(PHP 4, PHP 5)

mhash — Computar a hash

Descrição

string mhash ( int $hash , string $data , string $[ key ] )

mhash() applica a função hash especificada por hash para o parametro data e retorna a hash resultante (também chamada de digest). Se a key for especificada a função irá retornar o HMAC resultante. HMAC é o hashing com chave (keyed) para autenticações de mensagens, ou simplesmente um digest de mensagens que depende na chave (key) específicada. Nem todos os algorítmos suportados em mhash podem ser usados em modo HMAC. Em caso de erro retorna FALSE.