4 ms·
Why not use a different encryption key per session and stamp encrypted ids (or whatever info) to the outside word. This way the DBs can use simple sequence num
by devnull3 1y ago
Why not use a different encryption key per session and stamp encrypted ids (or whatever info) to the outside word.
This way the DBs can use simple sequence numbers instead of timestamp based IDs.
- conradludgate 1y agoYou have to know what key to use to decrypt the timestamp bits of the token. If you change keys regularly you have the problem of keeping lots of keys, as well as somehow determining the right key