Skip to content

edorrington/Hashids.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashids.jl

Install

julia> Pkg.clone("git://github.com/edorrington/Hashids.jl.git")

Usage

julia> using Hashids

julia> h = Hashid("salt")  # can also include minimum hash length and alternate alphabet
julia> enc = encode(h,313)    # = "..."
julia> dec = decode(h,enc)    # = [313]

### License

MIT

About

Julia implementation of Hashids algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages