View Single Post
Old 05-07-2008, 11:50 AM   #16
Dezza
Site Supporter
 
Dezza's Avatar
 

In-Game Name: Dezza
Current Level: 55/Archer, 35/Cleric, 15/Mage
Server: Bijou [EU]
Posts: 101
Dezza will become famous soon enough
Chances are you didn't keep your password secure.

(Just because you can't see it on your screen doesn't mean that it's encrypted. If you use the same password somewhere else it may not be encrypted in their database. If you're not using HTTPS, anyone on the path that the TCP packet takes around the Internet can view that password. You should be very careful about the passwords you use.)

Take this TCP Trace... The password I put in was covered by circles on my screen, but sent unecrypted

Code:
...
Authorization: Basic dGVhbTAyOmE3YTg4YWFh

Content-Type: application/x-www-form-urlencoded

Content-Length: 37



username=dezza&password=myPassword123HTTP/1.1 200 OK

Date: Wed, 07 May 2008 11:53:24 GMT

Server: Apache/2.2.4 (Fedora)
...

Last edited by Dezza; 05-07-2008 at 11:56 AM.. Reason: highlight point
Dezza is offline