Seeing bit count of RSA in Chrome

2

When I surf on an HTTPS site in Chrome, how can I see the bit count used by their RSA encryption? (e.g. 1024 bit, 2048 bit...)

Ram Rachum

Posted 2013-01-25T16:50:43.623

Reputation: 4 261

1

Maybe you'll find this question helpful: http://security.stackexchange.com/q/5607

– amiregelz – 2013-01-25T17:17:20.183

Note that this is the bit count used for the signature verification that makes sure you reached the site you intended to reach. It has nothing to do with the encryption used to protect the data exchanged against interception. – David Schwartz – 2013-01-25T18:52:03.850

Answers

1

At least following procedure shows the bit count:

Click on the lock icon on address bar.
Select 'Connection' tab.
Click 'Certificate Information'.
Select 'Details' tab.
Depending on Chrome version, it's already visible or can be found from 'Certificate fields'.

Kride

Posted 2013-01-25T16:50:43.623

Reputation: 1 079