168 skills found · Page 1 of 6
vinkla / HashidsA small PHP library to generate YouTube-like ids from numbers. Use it when you don't want to expose your database ids to the user.
niieani / Hashids.jsA small JavaScript library to generate YouTube-like ids from numbers.
ullmark / Hashids.netA small .NET package to generate YouTube-like hashes from one or many numbers. Use hashids when you do not want to expose your database ids to the user.
vinkla / Laravel HashidsA Hashids bridge for Laravel
davidaurelio / Hashids PythonImplementation of hashids (http://hashids.org) in Python. Compatible with Python 2 and Python 3
speps / Go HashidsGo (golang) implementation of http://www.hashids.org
jenssegers / Optimus🤖 Id obfuscation based on Knuth's multiplicative hashing method for PHP.
sqids / Sqids DotnetOfficial .NET port of Sqids. Generate short unique IDs from numbers.
yomorun / Hashids JavaHashids algorithm v1.0.0 implementation in Java
peterhellberg / Hashids.rbA small Ruby gem to generate YouTube-like hashes from one or many numbers. Use hashids when you do not want to expose your database ids to the user.
sqids / Sqids JavascriptOfficial JavaScript port of Sqids. Generate short unique IDs from numbers.
sqids / Sqids GoOfficial Go port of Sqids. Generate short unique IDs from numbers.
sqids / Sqids PhpOfficial PHP port of Sqids. Generate short unique IDs from numbers.
sqids / Sqids PythonOfficial Python port of Sqids. Generate short unique IDs from numbers.
ElfSundae / Laravel HashidObfuscate your data by generating reversible, non-sequential, URL-safe identifiers.
nshafer / Django Hashid FieldDjango Model Field that uses Hashids to obscure the value
jcypret / Hashid RailsUse Hashids (http://hashids.org/ruby/) in your Rails app ActiveRecord models.
iCyberon / Pg HashidsShort unique id generator for PostgreSQL, using hashids
sqids / Sqids JavaOfficial Java port of Sqids. Generate short unique IDs from numbers.
mtvs / Eloquent HashidsOn-the-fly hashids for Laravel Eloquent models. (🍰 Easy & ⚡ Fast)