Inno Setup Preprocessor: GetSHA256OfUnicodeString

Prototype

str GetSHA256OfUnicodeString(str)

Description

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

Example

#define SHA256 GetSHA256OfUnicodeString('Test')
// SHA256 = 'e6fa3ca87b1b641ab646d3b4933bba8d0970763f030b6578a60abdeae7366247'