You could always resort to md5 (or anything else, really). (defn md5 [^String s] (let [algorithm (MessageDigest/getInstance "MD5") raw ...
確定! 回上一頁