Security & Privacy

How I handle data across my sites: rigourhero.com, killclog.com, tracker.killclog.com, 420kc.dev. Short version: raw IPs never get stored, and the only analytics in use is GoatCounter (privacy-first, IP-anonymized).

Your IP is hashed before it touches a log

Every HTTP request exposes your IP to whatever server it hits. That's TCP/IP, unavoidable on any website.

What I do differently: raw IPs never land in any persisted log on my servers. Two layers:

In practice: even as the admin, I can't recover your raw IP from any log. The hash is one-way. All the log can ever say is whether two requests came from the same device, which is all rate limiting and basic anti-abuse need.

What I don't store

The one analytics tool I do use

GoatCounter, on killclog.com only. It counts page views. By design it doesn't use cookies, doesn't fingerprint, and hashes IPs in memory for ~8 hours before discarding them. I picked it specifically because it's the rare analytics tool that lines up with the IP pledge above. If you'd rather opt out, the script honors Do Not Track.

Reporting something

If you find a vulnerability or notice something that looks off, message @ 420 kc in-game or email security@rigourhero.com. I respond within 48 hours and won't take legal action against good-faith researchers.