-
Sqids replace hashids , see https://sqids.org/ruby but are *not* backwards compatible
Upgrading to a v2 will require using a prefix on any new IDs to allow you to differentiate and if you have has…
-
Thanks to @dsincl12 for suggesting the [hashids](https://github.com/charsyam/hashids_rust) crate!
-
Hi folks!
I've been working in a library to avoid predictable ids in ASP.NET Core Web APIs https://github.com/Xabaril/AspNetCore.Hashids
I need to change the parameter type to string in the Open…
-
When a user sends a message in reply to opportunity we will send it by email as coming from hashids.encode(user_id)-hashids.encode(opportunity_id)@user.wechip.in . Then we monitor this mailbox with ht…
-
Avantages: plus de lisibilité
https://www.npmjs.com/package/hashids
-
Hashids won't allow for higher than PHP 7.4, so it's locking a site to 7.4. We'd like to upgrade to PHP 8.0, but can't because of this. Is it possible to update this?
-
A random is generated? how/where can I see it? how can I set/change it? the salt it's important!
thanks!
-
I'd say it renders this library pretty much useless!
# Java
Hashids hashids = new Hashids("this is my salt");
String hash = hashids.encrypt(12345);
=> hash: **ryBo**
# JavaScript
var hashids = new H…
-
The current URL structure we use is very GitHub-esque. These URLs are great for open source code and projects, but there are no advantages for private projects (or Products), plus there are some secur…
joshk updated
4 months ago
-
Currently the URL shortener generates a random ID until it finds one that is unused. It might be better to use the [unique _id](https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-…