How Does SSL Encryption Actually Work?
An SSL Certificate is a piece of code called a digital computer file which serves a dual function. Namely, Site Authenticity and Verification, as well as Encryption of the Data being transferred between your browser and that website. Theoretically, it is similar to locked doors being opened with the appropriate key. Encryption is similar, in that the ‘key’ becomes a piece of code for you to unlock the information that you are trying to access. Each SSL Session has 2 Keys: Public Key: This is used to encrypt the information and make it unreadable. Private Key: This is used to decrypt the encrypted information into a readable format again. The Process: Each individual SSL Certificate is for a specific server and website dom […]