hashids
Identifier encoder
Provides a simple way to encode and decode unique identifiers in web applications.
Laravel package for Hashids
106 stars
4 watching
21 forks
Language: PHP
last commit: about 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
elfsundae/laravel-hashid | Provides reversible, non-sequential identifiers for data obfuscation | 407 |
davidaurelio/hashids-python | A Python implementation of hashids, allowing secure encoding and decoding of integers with custom salts. | 1,412 |
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 |
alco/hashids-elixir | Obfuscates numerical identifiers via reversible mapping | 280 |
dsv77/hashembedding | Software component providing efficient word representation using hash embeddings | 42 |
invipal/nanoid | A V implementation of a unique identifier generator | 8 |
foonathan/string_id | A C++ library providing hashed string identifiers with optional access to the original string value and collision detection. | 184 |
darienhuss/shotgunyara | Tools and utilities for generating encoded versions of input data | 9 |
schmittjoh/jmsserializerbundle | Enables serialization and deserialization of complex data formats in PHP applications. | 1,802 |
robinvdvleuten/php-ulid | Provides a PHP implementation of a Universally Unique Lexicographically Sortable Identifier generator | 444 |
bobg/encid | Protects sensitive integer IDs by encoding and decoding them with encryption keys. | 3 |
mogilvie/encryptbundle | A bundle for encoding and decoding parameters using OpenSSL and Doctrine lifecycle events in Symfony applications | 91 |
mesaleh/packid | A tool for identifying and analyzing packers in executable files. | 9 |
adamhalasz/uniqid | A fast and unique identifier generator based on the current time, process ID, and MAC address. | 616 |
n10v/id3v2 | A Go library for decoding and encoding ID3 tags in audio files. | 339 |