I'm working on a simple sockets based game. Players will need to be able to connect to the server and authenticate themselves. Since this is sockets based, I don't have access to SSH or SSL or other neat tricks. How can I prevent basic password snooping over the line?