Live data from Hacker News

Ask HN: Could Wikipedia show hashed IP addresses instead?

news.ycombinator.com

1–3 of 3 posts

Ask HN: Could Wikipedia show hashed IP addresses instead?

#1
When an unregistered Wikipedia user makes a contribution, it shows the IP address from which the edit was made instead of a username. In the interest of privacy, could Wikipedia instead display a hash of the IP address? They could still keep track of an IP address's contributions, and ban them when necessary. IP range blocks could still be issued server-side.

The IP addresses of registered users are hidden anyways (accessible only by a few certain users, and only if warranted[1]), so could Wikipedia offer this to all users?

[1] https://en.wikipedia.org/wiki/WP:CheckUser

Re: Ask HN: Could Wikipedia show hashed IP addresses instead?

#3
post #2

It would be trivial to brute force, so almost pointless.

Yes, but brute forcing would take longer to do. Could they also hash it, say, a few thousand times in order to increase the cost of brute forcing?

Isn't some layer of obfuscation better than a bare IP address?