![]() | sha1Descrizionestring sha1 ( string str [, bool raw_output] )Calcola l'hash sha1 di str usando il US Secure Hash Algorithm 1, e restituisce l'hash. L'hash è un numero esadecimale di 40 caratteri. Se il parametro opzionale raw_output è impostato a TRUE, allora l'hash sha1 è restituito in formato binario con una lunghezza di 20 caratteri.
Vedere anche sha1_file(), crc32() e md5() | ![]() | |