optimus
ID transformer
A library for obfuscating integers by applying modular exponentiation and multiplicative hashing to generate unique IDs.
🤖 Id obfuscation based on Knuth's multiplicative hashing method for PHP.
1k stars
27 watching
74 forks
Language: PHP
last commit: 8 months ago
Linked from 1 awesome list
hashidsidslaravelobfuscationoptimustransformations
Related projects:
Repository | Description | Stars |
---|---|---|
pjebs/optimus-go | An ID transformation tool using Knuth's Algorithm to encode and decode internal IDs. | 364 |
elfsundae/laravel-hashid | Provides reversible, non-sequential identifiers for data obfuscation | 407 |
adamhalasz/uniqid | A fast and unique identifier generator based on the current time, process ID, and MAC address. | 617 |
weihongyu12/think-hashids | A module that generates unique IDs using a hash-based algorithm for ThinkJS applications | 7 |
namick/obfuscate_id | Protects sequential ids by transforming them into random-looking numerical strings without changing the underlying record data | 347 |
unshiftio/yeast | A tiny id generator that produces unique, compressed strings to avoid collisions and reduce bandwidth consumption. | 45 |
mitchellvanw/hashids | Provides a simple way to encode and decode unique identifiers in web applications. | 106 |
jonschlinkert/uniqueid | Generates unique sequential IDs with optional prefix and suffix. | 17 |
josejuanqm/ody | An image generator that applies various transformations and styles to images | 45 |
duailibe/cuid | Generates unique, sequential IDs with optimal performance for horizontal scaling and lookup | 55 |
riennevaplus/human-id | Generates human-readable identifier strings by combining short words of the English language. | 195 |
f34nk/modest_ex | A library that performs pipeable transformations on HTML strings using CSS selectors | 31 |
pixboost/transformimgs | An image transformation API that resizes and optimises images based on user input without requiring additional parameters. | 230 |
pid/puid | Generates unique IDs based on time, machine, and process for use in distributed environments. | 241 |
robinvdvleuten/php-ulid | Provides a PHP implementation of a Universally Unique Lexicographically Sortable Identifier generator | 444 |