This will generate the Sha256 bytes and hash it using #bytes2Hash.
static String sha256Hash(String input) { return bytes2Hash(sha256SumStr(input)); }