Oops...I guess using forums is out then?
Curiously, whilst the forums on OcUK aren't encrypted, do your login details at least get encrypted? I know the page itself isn't HTTPS but I'd heard the login part can still be encrypted? Or am I wrong about that?
Where does the MD5 hashing come in?An MD5 hash of the password is sent when you press Log In, so it isn't encrypted but it isn't plaintext either
Where does the MD5 hashing come in?
I thought that the passwords are stored at OcUK's end in their hashed form, supposedly to secure it from anyone with database access. When a forum user logs in the password is transmitted in plaintext and it is then hashed and compared to the database at the remote end.
Maybe I'm describing an antiquated process or am just wrong![]()
<form action="login.php?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)">
A little surprised it uses MD5. Isn't SHA-1 supposed to be more secure these days?
Meh who on earth wants to nick a U/N & PW for a public forum?