hashids topic

List hashids repositories

laravel-hashid

40
Stars
16
Forks
Watchers

HashId Implementation on Laravel Eloquent ORM

bashids

46
Stars
14
Forks
Watchers

Pure Bash implementation of the hashid algorithm from http://hashids.org/

hashid-rails

343
Stars
48
Forks
Watchers

Use Hashids (http://hashids.org/ruby/) in your Rails app ActiveRecord models.

hashids.phpc

43
Stars
10
Forks
Watchers

:elephant: A php extension for Hashids: generate short unique ids from integers.

hashids.js

4.2k
Stars
215
Forks
Watchers

A small JavaScript library to generate YouTube-like ids from numbers.

optimus

1.3k
Stars
73
Forks
Watchers

🤖 Id obfuscation based on Knuth's multiplicative hashing method for PHP.

laravel-hashid

408
Stars
36
Forks
Watchers

Obfuscate your data by generating reversible, non-sequential, URL-safe identifiers.

hashids.net

3.3k
Stars
165
Forks
Watchers

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.

hashids.rb

972
Stars
46
Forks
Watchers

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.

django-hashid-field

365
Stars
40
Forks
Watchers

Django Model Field that uses Hashids to obscure the value