| Javascript SHA1 | | The SHA1 (Secure Hash Algorithm) is one of the many cryptographic hash functions. SHA-1 is considered to be the successor to MD5, another widely-used hash function. This script is used to process variable length message into a fixed-length output using the SHA1 algorithm. It is fully compatible with UTF-8 encoding.
|