sha1

sha1 -- Calcula a hash sha1 de uma string

Descrição

string sha1 ( string str)

Calcula a hash sha1 de str usando US Secure Hash Algorithm 1 , e retorna esta hash . A hash é um número hexadecimal de 40 caracteres .

Veja também sha1_file( ) , crc32( ) , e md5( )