Re: [PHP] Determining browser encryption strength

2001-08-10 Thread Sean C. McCarthy
Hi Bolivar, Ciphering is something done at the network level when the connection is done. It is done exactly at the negotiation of the SSL session and it is done by the Server (Apache, IIS, ...). So you can use the information provided by the CGI Environment Variables of Apache (if it happens tha

[PHP] Determining browser encryption strength

2001-08-07 Thread Bolivar Shagnasty
My web site it going to be the starting point with a link to an application that only works with browser at 128bit strength. What I would like to do is automatically determine if the user doesn't have a compatible browser and then direct them where to get the correct browser. Does anyone know