Skip to content

Instantly share code, notes, and snippets.

(:use [ring.util.codec :only [url-encode]])
(def utmac "MO-XXXXXXXX-X") ;; Use MO instead of UA
(defn- new-uuid []
(java.util.UUID/randomUUID))
(defn md5
"Generate a md5 checksum for the given string"
[token]