sha1
Function
Computes SHA-1 hash of text, returning a 40-character hex string (legacy, not for security)
Syntax
$hash = sha1 $text
compute SHA-1 hash of variable text
$hash = sha1 "hello world"
compute SHA-1 hash of literal text