Skip to content

hashobject/hashids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.