This will generate the Sha1 bytes and hash it using #bytes2Hash
static String sha1Hash(String input) { return bytes2Hash(sha1SumStr(input)); }