Miha
Sun Aug 08 03:08:55 CDT 2004
Hi,
This is not true for SSL. If you use SSL all the content (specially using
web interface) is transferred in secure way... I don't think I would be
using my on-line banking services if what you are saying was true.
Another protocol that offers same is IPSec. It enables secure authentication
and secure transfer of data between server and client (or client and
client). Good thing about IPSec is that you don't have to have IPSec enabled
application because it happens on Network level not on application level.
With SSL you have to have applications that know how to use SSL (e.g. IE
browser, Outlook, OE, . etc), but it would be pretty hard to use SSL to
secure data exchanged between server and client when you are using e.g.
notepad to work on a document. IPSec can do this even with Notepad.
Mike
"*Vanguard*" <do-not-email@reply-to-group> wrote in message
news:OwzzHWRfEHA.720@TK2MSFTNGP11.phx.gbl...
> "S. Pidgorny <MVP>" <MVP>
> wrote in news:%23ur7eLOfEHA.708@TK2MSFTNGP09.phx.gbl:
> > Yahoo! Mail has implemented MD5 hashing using client-side Javascript
> > code (full code, doco and more available here:
> >
http://pajhome.org.uk/crypt/md5/) - this way they never transfer user
> > credential in clear without using SSL.
> >
>
> That's what I thought. The MD5 ensured the username and password are
> hashed to keep them [mostly] secret. "However, there is a possiblility
> that someone may sniff the hashed password and does a replay. This
> possibility can be averted if the server sends a random string as a
> challenge on every request. The challenge string must also be hashed
> using the password. Since the challenge string is random it decreases
> the chances of an replay attack."
> (
http://infotech.indiatimes.com/articleshow/msid-553621,prtpage-1.cms).
>
> As I understand, even if SSL is used with SMTP, or SSL on Yahoo Mail's
> login page, or MD5 is used with either, that *only* secures the login
> information and does NOT encrypt the e-mail content; i.e., your login
> credentials get secured when connecting to SMTP or Yahoo Mail using SSL
> or MD5 but your message still gets transferred as plain text that any
> sniffer can capture and a human could read. So if you want to secrete
> the content of your messages then you have to encrypt them *before*
> sending them to your mail server.
>
> --
> __________________________________________________
> *** Post replies to newsgroup. Share with others.
> (E-mail: domain = ".com", add "=NEWS=" to Subject)
> __________________________________________________
>