[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

xeno

9/1/2003 6:39:00 AM

Anyone knows if the following command is encrypted the very first time it is
sent out? If so, 64 or 128 bit based?

https://userid:password@someURL

It is using SSL after the web site responds. But what about the first
request from the client browser to the https server?


1 Answer

One Handed Man

9/1/2003 10:50:00 AM

0

Depends on the browser. If it supports 128bit it will attempt to negociate
at highest encryption. And depending on the server will settle on a 64/128
bit code.

--
Regards - One Handed Man

Author : Fish .NET & Keep .NET
=========================================
This posting is provided "AS IS" with no warranties,
and confers no rights.


"xeno" <zheng.wu@sbcglobal.net> wrote in message
news:pQB4b.99$Ep.97@newssvr22.news.prodigy.com...
> Anyone knows if the following command is encrypted the very first time it
is
> sent out? If so, 64 or 128 bit based?
>
> https://userid:password@someURL
>
> It is using SSL after the web site responds. But what about the first
> request from the client browser to the https server?
>
>