The reason I questioned it was because I thought I had looked into forum logins a couple of months ago and found the process to be conducted in plain text. I also checked a few other places I have accounts and reconfigured my mail client to use TLS despite not seeing any information on the host's site. It was a long, long time since I had played with Ethereal, now Wireshark.Yer, if you look in the source for Vbulletin, there is a Javascript implementation of MD5.
When you press Log In on this forum it fires:
<code snip>
So essentially it is as you describe, except it is hashed in the users browser, then sent to the database and compared to the stored hash. This removes the major weakness of transmitting it exactly as is in plaintext form (hence protecting it from trivial sniffing).
With regard to the OcUK forums it is entirely possible I am just going mad and didn't previously look at this case. Sure enough, a quick bit of packet capture just satisfied my curiosity. Thanks for pointing the JavaScript out
