What are keys and digital certificates?
Keys are paired codes used to encrypt data in communication streams. One part of the key is kept private, while the other is transmitted to the web browser. Web browsers encrypt the data using the public portion of the key and the private portion is used for decrypting. The process is called public key encryption and is used in the SSL mechanism.