in reply to Encrypting or Hiding Certain Info in a URL
Encrypting is another story. You can't really tell browsers to encrypt the password before sending it to you (short of writing a Java script that does it, or something like that), but you can ensure that the post/get data is sent securely by building your website on an SSL secured web server. You should ask your web hosting provider for information about SSL. Or if you're doing it yourself, some of the easier answers are Apache_SSL and Apache with mod_ssl.
Alan
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: Encrypting or Hiding Certain Info in a URL
by Anonymous Monk on Aug 02, 2000 at 23:14 UTC | |
|
RE: Re: Encrypting or Hiding Certain Info in a URL
by Anonymous Monk on Aug 03, 2000 at 00:36 UTC | |
|
RE: Re: Encrypting or Hiding Certain Info in a URL
by Kiko (Scribe) on Aug 02, 2000 at 23:42 UTC |