|
|
|
|
|
by athrowaway3z
36 days ago
|
|
The rule of thumb is simple: Consider if your ID can contain a timestamp besides a random value. The answer is usually yes. UUIDv7 is fine. If you've spend the time to really work through the whole problem and have written down a proof how that leads to unacceptable info leak: Congratulations your system is complex and slow enough that you might as well take a strong cryptographic hash or UUIDv5 if you're lazy. |
|