|
|
|
|
|
by vore
1244 days ago
|
|
I've never been sure of the use case of hashids. They're not really a security measure since they can be easily defeated; you might as well just expose the sequential ID at that point. If you do need something with better properties, you should probably be using UUIDv6. |
|
How? I mean they're of course no cryptographic measure but with the salt you have some secrecy.