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
26 watching
74 forks
Language: PHP
last commit: 12 months ago
Linked from 1 awesome list
hashidsidslaravelobfuscationoptimustransformations
Related projects:
Repository | Description | Stars |
---|---|---|
| An ID transformation tool using Knuth's Algorithm to encode and decode internal IDs. | 363 |
| Provides reversible, non-sequential identifiers for data obfuscation | 408 |
| A fast and unique identifier generator based on the current time, process ID, and MAC address. | 616 |
| A module that generates unique IDs using a hash-based algorithm for ThinkJS applications | 7 |
| Protects sequential ids by transforming them into random-looking numerical strings without changing the underlying record data | 347 |
| A tiny id generator that produces unique, compressed strings to avoid collisions and reduce bandwidth consumption. | 45 |
| Provides a simple way to encode and decode unique identifiers in web applications. | 106 |
| Generates unique sequential IDs with optional prefix and suffix. | 17 |
| An image generator that applies various transformations and styles to images | 45 |
| Generates unique, sequential IDs with optimal performance for horizontal scaling and lookup | 55 |
| Generates human-readable identifier strings by combining short words of the English language. | 198 |
| A library that performs pipeable transformations on HTML strings using CSS selectors | 31 |
| An image transformation API that resizes and optimises images based on user input without requiring additional parameters. | 235 |
| Generates unique IDs based on time, machine, and process for use in distributed environments. | 242 |
| Provides a PHP implementation of a Universally Unique Lexicographically Sortable Identifier generator | 446 |