sha1
Calculates the sha1 hash of str using the ยป US Secure Hash Algorithm 1.
sha1 ( string $str [, bool $raw_output = FALSE ] ) : string
It is not recommended to use this function to secure passwords, due to the fast nature of this hashing algorithm. See the Password Hashing FAQ for details and best practices.