This function returns the bytes instead of a hash string
static List<int> md5SumStr(String input) { return md5.convert(utf8.encode(input)).bytes; }