A Clojure wrapper library for Hashids.
[hashobject/hashids "0.2.0"]
user=> (use 'hashids.core)
nil
user=> (encrypt 134 "super-secret-salt")
"Lzn"
user=> (decrypt "Lzn" "super-secret-salt")
134
user=> (encrypt 225 "super-secret-salt")
"7jR"
We love contributions. Please submit your pull requests.
Copyright © 2013 Hashobject Ltd (team@hashobject.com).
Distributed under the Eclipse Public License.