12
I’m working in a virtual store, and I need to know which is the best certificate Custo x Benefício, need to indicate a certificate to the client, but this is the first time I work with a.
Remembering that as it is a virtual store, it will work with some sensitive data like credit card number and etc. So it is vital that the communication transits in a secure channel and also that the user can recognize this security.
Some Digital Certificate Options:
____________________________________________________________________________________________________________________________________________________
| Certificadora | Certificado | Encriptação | Informações | Preço |
|-------------------------------------------|-------------------------------|---------------------------------------------------|--------------------|
| GeoTrust | Rapid SSL | 128 bits | Compatibilidade com 99% dos browsers | R$ 74.00BRL /ano |
| | | | Selo GeoTrust True Site | |
| |-----------------------|-------------------------------|---------------------------------------------------|--------------------|
| | Quick SSL | SSL até 256-bits | Compatibilidade com 99% dos browsers | R$ 290.00BRL /ano |
| | | | Emissão rápida e instalação fácil | |
| |-----------------------|-------------------------------|---------------------------------------------------|--------------------|
| | QuickSSL Premium | 256-bits | Compatibilidade com 99% dos browsers | R$ 330.00BRL /ano |
| | | | Selo GeoTrust True Site | |
| |-----------------------|-------------------------------|---------------------------------------------------|--------------------|
| | True BusinessID | SSL 256-bit | Compatibilidade com 99% dos browsers | R$ 450.00BRL /ano |
| | | | Fácil e rápido de instalar | |
|===================|=======================|===============================|===================================================|====================|
| VerySign | Secure Site | SSL até 256-bits | Selo VerySign Secured® | R$1,100.00BRL /ano |
| | | | Verificador de instalação | |
| |-----------------------|-------------------------------|---------------------------------------------------|--------------------|
| | Secure Site Pro | SSL de 128-bit até 256-bit | Validação domínio e organização | R$2,400.00BRL /ano |
| | | | Selo VerySign Secured® | |
| |-----------------------|-------------------------------|---------------------------------------------------|--------------------|
| | Secure Site EV | SSL até 256-bits | Validação Avançada (EV): Barra de endereço verde | R$2,600.00BRL /ano |
| | | | Selo VerySign Secured® | |
| |-----------------------|-------------------------------|---------------------------------------------------|--------------------|
| | Secure Site Pro EV | SSL de 128-bit até 256-bit | Validação Avançada (EV): Barra de endereço verde | R$4,200.00BRL /ano |
| | | | Selo VerySign Secured® | |
|___________________|_______________________|_______________________________|___________________________________________________|____________________|
My doubts are as follows::
Geotrust certificates are lower than Verysign’s?
- That’s why they’re cheaper?
- Or just has "less name" on the market?
Why are the encryption until X-bits?
- X-bits is the encryption key size?
Pays more for a "green bar"?
- Why?
- Has some influence behind the scenes?
Related: "How HTTPS (SSL) works?". The current answers are already very good, as for this key detail this other question can help you better understand the process (the certificate is only used for sign, a different key is used for encrypt, and that key is ephemeral - created solely for that session and thrown away at the end).
– mgibsonbr