This will generate the md5 bytes and hash it using #bytes2Hash
static String md5Hash(String input) { return bytes2Hash(md5SumStr(input)); }