Hi again,
I'm looking for a way to encrypt a password client side (javascript?) and decrypt it server side using php, since I've build me a login script. The reason for this is that I don't want any 'sniffers' to see the passwords sent to the server in plain text. Does anyone know of a simple way of accomplishing this? Thanks!