/hashids

A Clojure wrapper library for http://www.hashids.org/.

Primary LanguageJavaEclipse Public License 1.0EPL-1.0

hashids

A Clojure wrapper library for Hashids.

Build Status Dependencies Status

Install

[hashobject/hashids "0.2.0"]

Usage

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"

Contributions

We love contributions. Please submit your pull requests.

License

Copyright © 2013 Hashobject Ltd (team@hashobject.com).

Distributed under the Eclipse Public License.