Checks if string is SHA256 hash. 检查字符串是否为sha256
static bool isSHA256(String s) => RegexUtils.hasMatch(s, RegexConstants.sha256);