Hacker News new | ask | show | jobs
by namelost 3203 days ago
UUIDs are not secure unless they are version 4 (random) and generated from a secure randomness source.
2 comments

What do you mean by secure? Unpredictable?
The same applies for any unique ids in general.
Yes, but the holy UUID standard specifies multiple ways of generating them from sticks and stones, invented before people knew how to properly generate random bytes.