|
Posted by Dikkie Dik on 09/10/06 13:12
> I have no ideas to encrypt the user input password from the text
> box.....
>
To put it simple: you can't, unless you use a secure connection.
I mean, using javascript, you can, but that javascript has to run on the
client, making it possible to decrypt it again by just looking at the
source code.
You can install some compiled program (activex control, for example) if
you are in an intranet situation.
For the public internet, get a secure (htpps) connection _before_ you
submit the login details. The secure connection then takes care of the
encryption details.
Best regards
[Back to original message]
|