How can you be sure your SSL server is secure (or should you just take your hosting company's word for it)?
How can you be sure your SSL server is secure (or should you just take your hosting company's word for it)?
The bigger the number, the longer it takes for computer(s) to crack or break the code.When an SSL handshake occurs between a client and server, a level of encryption is determined by the Web browser, the client computer operating system, and the SSL Certificate. Strong encryption, at 128 bits, can calculate 288 times as many combinations as 40-bit encryption.
That’s over a trillion times a trillion times stronger. At current computing speeds, a hacker with the time, tools, and motivation to attack using brute force would require a trillion years to break into a session protected by 128 bits ssl
* 40 bit: It is computationally feasible to crack a 40 bit key. For this reason 40 bit encryption is rarely used.
* 128 /256 bit: It is computationally unfeasible to crack a 128 / 256 bit key. All banking infrastructures use 128 / 256 bit encryption. We strongly recommend the use of 128 / 256 bit SSL encryption for any application or website.
Myhosting.com offered Up to 256-bit ssl
SSL Certificates | myhosting.com
Probably all of the certificate authorities, the companies that sell SSL certificates, have SSL checkers. I know thawte has one.
I came across this one today, and it seems clear and very useful.
SSL Checker - can be used to test a certificate and that it has been installed corrrectlyCode:http://certlogik.com/sslchecker/
The same website also has a very nice decoder for both CSRs and certificates, that can handle multiple formats and tell you what those encoded bits say.
CSR Decoder and Certificate DecoderCode:http://certlogik.com/decoder
enjoy,
jeff
Last edited by suwunk; 2010-10-25 at 12:51 AM. Reason: Remove live link