|
|
|
|
|
by gmokki
711 days ago
|
|
What is an anonymized IP? And how would that be useful? I think simple hash(IP) is only pseydonymiztion and can be reversed with a bit of work. And thus cannot be stored without consent. Of course mapping each IP to random id and not storing the mapping should be completely ok. And legitimate reasons allow storing the mapping for a short period for debugging and attack detection. |
|
If it was a different random id for every request, then sure, OK.
If it's the same random id used on multiple requests, then it becomes PII, as its purpose is to uniquely identify and individual. It should not be logged or stored.