Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
Hashids Alternatives
Similar projects and alternatives to hashids
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
laravel-optimus
Transform your internal id's to obfuscated integers based on Knuth's integer hash. Laravel wrapper for the Optimus Library by Jens Segers with multiple connections support.
-
-
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
serbian-language-tools
Set of tools for tokenization, transliteration and diacritic restoration of a text written in Serbian language.
-
-
-
-
hashids discussion
hashids reviews and mentions
-
Show HN: Sqids (formely Hashids) – Generate short unique IDs from numbers
More than 10 years ago, I released the first version of Hashids in PHP, an encoding library to generate unique IDs from numbers [0]. Over the years, many developers have converted the library to plenty of other programming languages. It was nice to see it grow, but there were always a few things that bothered me about the original algorithm, so a few months ago I've decided to try and address those issues.
With lots of help from the community, we've rebranded the library to Sqids (you can see the proposed changes here [1]).
The new library generates unique IDs faster and with a simpler algorithm. You can read all about it on the FAQ page [2] and try it out via the playground [3]. As always, feedback is welcome via HN or Github.
[0] https://github.com/vinkla/hashids/commit/98d72eac456aabbf2da...
-
Generate unique Id
Depending on your requirements, you may also want to look at libraries that allow you to generate an ID using an existing identifier such as hashids. Unlike UUIDs (or other random values) these are predictable (if you know enough values and their original IDs, or watch new ones being created, you can reverse-engineer the mapping) but can still serve as a short, obfuscated value.
- Hashing a query?
-
How to create a unique random string in PHP and SQL relational data base ?
Sounds like you want hashids
-
Should I use a base64 ID instead of a UUID? Seems like that would be cleaner.
If you want "nice looking" IDs that are unique, you could use HashIds : https://github.com/vinkla/hashids
- API: external UUID to internal ID in validation or controller or ?
-
A note from our sponsor - InfluxDB
influxdata.com | 21 Apr 2025
Stats
vinkla/hashids is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of hashids is PHP.