|
Posted by Jerry Stuckle on 09/30/06 15:22
David Williams wrote:
> Hello all,
> I am writing a webpage backed by php/html that takes in a user name and password.
> However, I realize the input type=password is not encrypted.
>
> So, I am trying to write something with ssl and https.
>
> Does anyone know of a tutorial that will show me how to do write
> secure php/https/ssl forms?
>
> Thanks,
> David
>
>
>
No need. Just use https: to access the page. The browser and Apache
handle the encryption/decryption. Nothing different in your code.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|