bool verify(String input, Encrypted signature) => verifyBytes(convert.utf8.encode(input), signature);