Secure Socket Layer encryption (SSL encryption)

What is Secure Socket Layer Encryption (SSL Encryption)?
Secure Socket Layer Encryption (SSL encryption) is a process carried out on data under the SSL protocol to protect that data during transmission and transmission by creating a uniquely encrypted channel so that the client and server can the public Internet has a private communication connection channel. Encryption protects data during transmission.
Secure Socket Layer Encryption works by using SSL certificates that contain a key pair and verified user identification information. When a web client connects to a secure server using SSL protocols, the server shares a public key and a unique session key with the client to determine the encryption method for the secure connection.

The client must then confirm that it recognizes and trusts the server that issued the certificate. This is known as an "SSL handshake" and signals the beginning of the secure session, which protects the privacy and integrity of the message as well as server security.
Je nachdem, welches SSL-Zertifikat die Website von ihrer Certification Authority (CA) erworben hat, kann die Verschlüsselungsstärke nur 40 Bit oder bis zu 128 Bit oder höher betragen. Die 128-Bit-Verschlüsselung hat 288-mal so viele Kombinationen wie die 40-Bit-Verschlüsselung – über eine Billion Mal stärker. Bei einem Brute-Force-Angriff würde ein motivierter Hacker mit den richtigen Tools mindestens eine Milliarde Jahre benötigen, um die Verschlüsselung zu durchbrechen.

Was the explanation to "Secure Socket Layer encryption (SSL encryption)"Helpful? Rate now:

Further explanations for the first letter S.