hashids
There are 139 repositories under hashids topic.
vinkla/hashids
A 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.js
A small JavaScript library to generate YouTube-like ids from numbers.
ullmark/hashids.net
A 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-hashids
A Hashids bridge for Laravel
speps/go-hashids
Go (golang) implementation of http://www.hashids.org
jenssegers/optimus
🤖 Id obfuscation based on Knuth's multiplicative hashing method for PHP.
peterhellberg/hashids.rb
A 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-dotnet
Official .NET port of Sqids. Generate short unique IDs from numbers.
sqids/sqids-javascript
Official JavaScript port of Sqids. Generate short unique IDs from numbers.
sqids/sqids-go
Official Go port of Sqids. Generate short unique IDs from numbers.
ElfSundae/laravel-hashid
Obfuscate your data by generating reversible, non-sequential, URL-safe identifiers.
sqids/sqids-php
Official PHP port of Sqids. Generate short unique IDs from numbers.
sqids/sqids-python
Official Python port of Sqids. Generate short unique IDs from numbers.
nshafer/django-hashid-field
Django Model Field that uses Hashids to obscure the value
jcypret/hashid-rails
Use Hashids (http://hashids.org/ruby/) in your Rails app ActiveRecord models.
mtvs/eloquent-hashids
On-the-fly hashids for Laravel Eloquent models. (🍰 Easy & ⚡ Fast)
iCyberon/pg_hashids
Short unique id generator for PostgreSQL, using hashids
evenicoulddoit/django-rest-framework-serializer-extensions
Extensions to help DRY up Django Rest Framework serializers
sqids/sqids-java
Official Java port of Sqids. Generate short unique IDs from numbers.
hashids/hashids.github.io
This is the old Hashids website. It is no longer maintained and has migrated over to Sqids.
Propaganistas/Laravel-FakeId
[ABANDONED] Automatic model ID obfuscation in routes for Laravel
cybercog/laravel-optimus
Transform your internal id's to obfuscated integers based on Knuth's integer hash. Laravel wrapper for the Optimus Library by Jens Segers with multiple connections support.
sqids/sqids-rust
Official Rust port of Sqids. Generate short unique IDs from numbers.
deligoez/laravel-model-hashid
#️⃣ Generate, Save, and Route Stripe/Youtube-like Hash IDs for Laravel Eloquent Models
sqids/sqids-ruby
Official Ruby port of Sqids. Generate short unique IDs from numbers.
balping/laravel-hashslug
Package providing a trait to use Hashids on a model
leprosus/kotlin-hashids
Kotlin hashids hash function
Xabaril/AspNetCore.Hashids
Not predictable ids library for ASP.NET Core APIs.
dtaniwaki/acts_as_hashids
Use Youtube-Like ID in ActiveRecord seamlessly.
sqids/sqids-postgresql
Official PostgreSQL port of Sqids. Generate short unique IDs from numbers.
sqids/sqids-elixir
Official Elixir port of Sqids. Generate short unique IDs from numbers.
patrickfav/id-mask
IDMask is a Java library for masking internal ids (e.g. from your DB) when they need to be published to hide their actual value and to prevent forging. It has support optional randomisation has a wide support for various Java types including long, UUID and BigInteger.
archer884/harsh
Hashids implementation in Rust
Torann/laravel-hashids
Laravel package for Hashids
splattael/hashids.cr
A Crystal shard 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.
andreystepanov/hashids.sql
PL/pgSQL implementation of hashids library