in reply to Re: Re: Re: Adding a password to Zip compression ?
in thread Adding a password to Zip compression ?
I always understood that all SSL connections are encrypted including the sending/receiving of logins and passwords. It will be as secure as SSL.
Sorry, I didn't explain it too well. At present, the user does have a login (.htacess,etc), and he accesses it like this
http://example.com/userloginpath
which, as I understand, still sends the user/pwd across the 'net as plain text. What I would like to do is to _force_ it to be
https://example.com/userloginpath
.. although he doesn't have SSL, I do, so using mine on a shared basis
https://mydomain/example.com/userloginpath
Peter
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Adding a password to Zip compression ?
by CountZero (Bishop) on Jan 06, 2004 at 07:43 UTC | |
by peterr (Scribe) on Jan 07, 2004 at 01:30 UTC |