static String md5(List<int> content) { return crypto.md5.convert(content).toString().toUpperCase(); }