laravel-hashid
Identifier generator
Provides reversible, non-sequential identifiers for data obfuscation
Obfuscate your data by generating reversible, non-sequential, URL-safe identifiers.
407 stars
7 watching
36 forks
Language: PHP
last commit: 24 days ago
Linked from 1 awesome list
base62base64encryptionhashidslaravelobfuscateoptimusreversibleurlsafe
Related projects:
Repository | Description | Stars |
---|---|---|
mitchellvanw/hashids | Provides a simple way to encode and decode unique identifiers in web applications. | 106 |
jenssegers/optimus | A library for obfuscating integers by applying modular exponentiation and multiplicative hashing to generate unique IDs. | 1,268 |
duailibe/cuid | Generates unique, sequential IDs with optimal performance for horizontal scaling and lookup | 55 |
webpatser/laravel-uuid | Generates and validates universally unique identifiers according to the RFC 4122 standard | 1,801 |
robinvdvleuten/php-ulid | Provides a PHP implementation of a Universally Unique Lexicographically Sortable Identifier generator | 444 |
hidehalo/nanoid-php | A lightweight PHP implementation of a secure URL-friendly unique ID generator | 747 |
zelark/nano-id | A Clojure library for generating unique URL-friendly string IDs | 191 |
adamhalasz/uniqid | A fast and unique identifier generator based on the current time, process ID, and MAC address. | 617 |
sasluca/zig-nanoid | A tiny, URL-friendly ID generator that produces unique, random strings with customizable length and alphabet | 27 |
elfsundae/urlsafe-base64 | A PHP library for encoding data in a URL-safe base64 format | 9 |
namick/obfuscate_id | Protects sequential ids by transforming them into random-looking numerical strings without changing the underlying record data | 347 |
flashultra/uuid | Utility for generating and manipulating unique identifiers across various formats | 25 |
drecom/barrage | Distributed ID generator for generating unique IDs across multiple data sources | 21 |
vinkla/laravel-hashids | A package that provides a bridge between the Hashids library and Laravel's facade system, enabling easy integration with Hashids in Laravel applications. | 1,992 |
hrbrmstr/nanoid | A tool to generate unique and secure identifiers | 6 |