使用 Crc32 哈希算法生成 8 位固定长度的字符串
static String toCrc32(String str) => _crc32.convert(utf8.encode(str)).toString();