hetalgiri
May 18 2007, 10:05 AM
Hi,
Can anyone let me know how can i pass the password from the login screen in encrypted format.
I dont want anyone to see the parameters that are passed in browers address box when the form is submitted.
Thanks in advance
Darin McGrew
May 18 2007, 11:00 AM
Use method="post" rather than method="get" to keep the form data out of the URL.
But even with method="post", the data is still unencrypted. If you need real security, then you need an SSL-capable server (https rather than http).
hetalgiri
May 18 2007, 12:45 PM
Thanks Darin,
I dont know how i can use SSL....but i just found javascript tht can encode the text and then decode it....
do u think this will help me?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.