sha1( string )
Calculate the SHA1 hash value for a string. The sha1 algorithm generates a 160-bit binary string result.
Example
value = sha1("the quick brown fox jumps over the lazy dog")
Calculate the SHA1 hash value for a string. The sha1 algorithm generates a 160-bit binary string result.
Example
value = sha1("the quick brown fox jumps over the lazy dog")