(no title)
oconnore | 4 months ago
There is no need to put the privacy preserving ID in a database index when you can calculate the mapping on the fly
oconnore | 4 months ago
There is no need to put the privacy preserving ID in a database index when you can calculate the mapping on the fly
10000truths|4 months ago
DSingularity|4 months ago
blackenedgem|4 months ago
cyberax|4 months ago
You put in 128 bits, you get out 128 bits. The encryption is strong, so the clients won't be able to infer anything from it, and your backend can still get all the advantages of sequential IDs.
You also can future-proof yourself by reserving a few bits from the UUID for the version number (using cycle-walking).