Y
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
jimktrains2
3203 days ago
What do you mean by secure? Unpredictable?
link
wruza
3203 days ago
The same applies for any unique ids in general.
link
dchest
3203 days ago
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.
link