Get MD5 hash of URL. Public for use by HLS cache.
static String getUrlHash(String url) { return md5.convert(utf8.encode(url)).toString(); }