What’s the point in a proxy server authorizing/authenticating clients?

I’ve implemented a SOCKS5 proxy library, but I just don’t get the point of authenticating (or encrypting) connections, which the RFC (1928) seemed pretty adamant about. Isn’t anonymity the whole idea of a proxy?

I also unde… Continue reading What’s the point in a proxy server authorizing/authenticating clients?