Hashids: generate short unique ids from integers

Hello,

I’ve just released an OCaml implementation of hashids.

Hashids, by Ivan Akimov, is originally a small JavaScript and PHP library to obfuscate integers, mainly used to hide sequences of integers when generating public URLs. It’s been ported to a wide variety of programming languages by the community and I’ve just ported it to OCaml.

Enjoy!

5 Likes