|
|
|
|
|
by GordonS
1125 days ago
|
|
You could simply salt the hash, though you'd need to treat the salt as a secret. Alternatively, you could use a new salt every day, which would only allow you to track an individual for a 24 hour period (likely enough for many). |
|