Here are
87 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 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.
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
Obfuscate your data by generating reversible, non-sequential, URL-safe identifiers.
Django Model Field that uses Hashids to obscure the value
Updated
Feb 11, 2022
Python
Updated
Apr 15, 2022
Ruby
On-the-fly hashids for Laravel Eloquent models. (🍰 Easy & ⚡ Fast)
Extensions to help DRY up Django Rest Framework serializers
Updated
Dec 24, 2021
Python
Automatic model ID obfuscation in routes for Laravel
Updated
Apr 27, 2022
HTML
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.
Package providing a trait to use Hashids on a model
Kotlin hashids hash function
Updated
Mar 1, 2022
Kotlin
Use Youtube-Like ID in ActiveRecord seamlessly.
Updated
Mar 16, 2022
Ruby
Not predictable ids library for ASP.NET Core APIs.
#️⃣ Generate, Save, and Route Stripe/Youtube-like Hash IDs for Laravel Eloquent Models
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
Hashids implementation in Rust
🐘 A php extension for Hashids: generate short unique ids from integers.
Integrates hashids/hashids in a Symfony project
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
Jan 18, 2022
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.