|
|
|
|
|
by jkrejcha
101 days ago
|
|
> Now generate your random ID. Did you use a CSPRNG, or were your devs lazy and just used a PRNG? There's nothing about UUIDs that need to make them cryptographically secure. Many programming language libraries don't (and some explicitly recommend against using them if you need cryptographically strong randomness). |
|