Inno Setup Preprocessor: GetSHA256OfString

Prototype

str GetSHA256OfString(str)

Description

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

Example

#define SHA256 GetSHA256OfString('Test')
// SHA256 = '532eaabd9574880dbf76b9b8cc00832c20a6ec113d682299550d7a6e0f345e25'