hashids
UTMFW
hashids | UTMFW | |
---|---|---|
6 | 2 | |
5,353 | 159 | |
0.4% | 2.5% | |
3.6 | 7.7 | |
3 months ago | 6 months ago | |
PHP | PHP | |
MIT License | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
hashids
-
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 ?
UTMFW
-
OpenBSD Innovations
It does the job great with the default install as long as you're comfortable with the console but if you're talking something with a web interface like what pfsense/opnsense on freebsd, there was one out of Sweden I think it was for a while that fizzled out called securityrouter. Nowadays these are what I've seen (But not tested):
https://github.com/sonertari/PFFW
https://github.com/sonertari/UTMFW
-
Firewalls; old and stable, or next generation
Look at the UTMFW project: https://github.com/sonertari/UTMFW
What are some alternatives?
laravel-hashids - A Hashids bridge for Laravel
pfSense - Main repository for pfSense
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.
core - OPNsense GUI, API and systems backend
laravel-messenger - Simple user messaging package for Laravel
Footprints - :feet: A simple registration attribution tracking solution for Laravel (UTM Parameters and Referrers)