Inno Setup Preprocessor: GetSHA1OfUnicodeString

Prototype

str GetSHA1OfUnicodeString(str)

Description

Gets the SHA-1 hash of the specified Unicode string, as a string.

Example

#define SHA1 GetSHA1OfUnicodeString('Test')
// SHA1 = '9ab696a37604d665dc97134dbee44cfe70451b1a'