Here are
71 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.
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
Jun 5, 2020
Python
Updated
Jan 17, 2020
Ruby
Automatic model ID obfuscation in routes for Laravel
On-the-fly hashids for Laravel Eloquent models. (🍰 Easy & ⚡ Fast)
Extensions to help DRY up Django Rest Framework serializers
Updated
Feb 14, 2020
Python
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.
Use Youtube-Like ID in ActiveRecord seamlessly.
Updated
Oct 22, 2019
Ruby
Kotlin hashids hash function
Updated
Aug 21, 2019
Kotlin
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
🐘 A php extension for Hashids: generate short unique ids from integers.
Hashids implementation in Rust
Updated
Mar 31, 2020
Rust
Integrates hashids/hashids in a Symfony project
Updated
May 28, 2017
Shell
⚡ Haskell port of the Hashids library. ⚡
Updated
Jan 7, 2019
Haskell
PL/pgSQL implementation of hashids library
Updated
Mar 5, 2020
PLpgSQL
Updated
Jan 25, 2020
Perl
Automatically generate and persist Hashids for newly created Eloquent models.
👓 An ID obfuscator for ActiveRecord
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.
Hi, im trying to use Hashids with Typescript and Node.
import Hashids from 'hashids';I'm not getting any Typescript errors in the editor, but Im getting this error when the code is compiled.
Using ts-node version 8.5.4, typescript version 3.7.5`Error: No valid exports main found for 'node_modules\hashids'
at resolveExportsTarget (internal/modules/cjs/loader.js:625:9)