@hackage / hashids

Hashids generates short, unique, non-sequential ids from numbers.

Latest1.1.1.0

About

Metadata

  • Last updated , by arbelos
  • License MIT
  • Categories Web Development
  • Maintained by: Johannes Hildén <hildenjohannes@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

This is a Haskell port of the Hashids library. It is typically used to encode numbers to a format suitable to appear in visible places like urls. It converts numbers like 347 into strings like yr8, or a list of numbers like [27, 986] into 3kTMd. You can also decode those ids back. This is useful in bundling several parameters into one.