Level 27
- A UUID is not exactly masked.
- A normal hash is not reversible.
- I use this https://github.com/vinkla/hashids
- Benefit vs UUID is no database lookups required
- Hard to reverse
- Can't guess the next ID
1 like
Which general method do you guys use to mask a ID from URL?
Any other methods which commonly used?
Please or to participate in this conversation.