Here are
84 public repositories
matching this topic...
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.
A Hashids bridge for Laravel
🤖 Id obfuscation based on Knuth's multiplicative hashing method for PHP.
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.
Updated
Nov 29, 2021
Ruby
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.
Obfuscate your data by generating reversible, non-sequential, URL-safe identifiers.
Django Model Field that uses Hashids to obscure the value
Updated
Nov 6, 2021
Python
Updated
Aug 10, 2020
Ruby
On-the-fly hashids for Laravel Eloquent models. (🍰 Easy & ⚡ Fast)
Extensions to help DRY up Django Rest Framework serializers
Updated
Nov 1, 2021
Python
Automatic model ID obfuscation in routes for Laravel
Updated
Dec 10, 2021
HTML
Package providing a trait to use Hashids on a model
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.
Kotlin hashids hash function
Updated
Jul 19, 2021
Kotlin
Use Youtube-Like ID in ActiveRecord seamlessly.
Not predictable ids library for ASP.NET Core APIs.
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.
Updated
May 24, 2020
Crystal
Laravel package for Hashids
#️⃣ Generate, Save, and Route Stripe-like Hash IDs for Laravel Eloquent Models
🐘 A php extension for Hashids: generate short unique ids from integers.
Integrates hashids/hashids in a Symfony project
Hashids implementation in Rust
Updated
May 28, 2017
Shell
PL/pgSQL implementation of hashids library
Updated
Mar 5, 2020
PLpgSQL
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. This library bases its security on strong cryptographic primitives.
Updated
Nov 29, 2020
Java
⚡ Haskell port of the Hashids library. ⚡
Updated
Oct 5, 2021
Haskell
Improve this page
Add a description, image, and links to the
hashids
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
hashids
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
This is a follow-up to v2.0 #65 to switch the default parsing on supported systems so we support BigInt strings transparently.