str GetSHA1OfString(str)
Gets the SHA-1 hash of the specified ANSI string, as a string.
#define SHA1 GetSHA1OfString('Test')// SHA1 = '640ab2bae07bedc4c163f679a746f7ab7fb5d1fa'