|
|
|
|
|
by drm237
6870 days ago
|
|
A privacy policy is very high on my list of things to do, along with an explanation of how it works so that people can feel confident in their privacy. Right now, the only thing I record is a SHA1 has of everyone's IP address and a timestamp so that I can track how many unique people have used it. With the SHA1 hash, there's no (very difficult) way to trace that back to the user. I'm also talking to my host about the web server logs and how quickly those can be purged. |
|
Otherwise, I can just build a reverse map of SHA1'd ips.
for ip = 0 to 2^32: unhash[SHA1(ip)] = ip.