SHA256

Qubes 6.7 Calculation of a string's hash, as per SHA-256.

Syntax

SHA256(string)
string = string whose SHA-256 hash you want to calculate

Remarks

Before calculation, the string is standardized to UTF-8, as per the SHA-2 standard, in 256 bits.

Examples

SHA256("hello") = "2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824"

Classification

Strings