Help - Search - Members - Calendar
Full Version: Login Authentication
HTMLHelp Forums > Web Authoring > Markup (HTML, XHTML, XML)
hetalgiri
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
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
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.
Invision Power Board © 2001-2010 Invision Power Services, Inc.