Inno Setup Preprocessor: GetSHA1OfString

Prototype

str GetSHA1OfString(str)

Description

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

Example

#define SHA1 GetSHA1OfString('Test')
// SHA1 = '640ab2bae07bedc4c163f679a746f7ab7fb5d1fa'