JamesGMills
Programmer
Hi,
I have a login script for a site i am working on. i encript the password using MD5 in the dataabse however when the user puts the password into the forum and clicks submit the password is still submitted to the login page without being encripted. This information can be got at using sniffer programs on the network. I know its not that much a of a big thing because it means that someone has to be on the network to use them but if its wireless then its easier for them. So my question is how do i encript the password before its being sent? or does anyone know of any other way of doing this?
I have a login script for a site i am working on. i encript the password using MD5 in the dataabse however when the user puts the password into the forum and clicks submit the password is still submitted to the login page without being encripted. This information can be got at using sniffer programs on the network. I know its not that much a of a big thing because it means that someone has to be on the network to use them but if its wireless then its easier for them. So my question is how do i encript the password before its being sent? or does anyone know of any other way of doing this?