Tool that returns sha1() of any input
Just like the md5 PHP function, sha1 is also used for cryptographic purposes however with a result that consists of 40 character hexadecimal number (or 20 if result is given in a raw binary format). Raw binary format of output is turned on by adding ,TRUE into the function as can be seen below.
sha1 is a PHP function that calculates the sha1 hash of given input using the US Secure Hash Algorithm 1.





