What is SSL?
SSL (Secure Sockets Layer) is the most powerful security technology for creating an encrypted connection between server and browser.
Difference between HTTP and HTTPS:
- HTTP: Unencrypted connection (not secure)
- HTTPS: Encrypted connection using SSL (secure)
How does SSL work?
Each SSL certificate consists of a public key (for encryption) and a private key (for decryption). When connecting to a secure site, the server sends the public key to the browser to encrypt data, then the server decrypts it with the private key.
How do you know your connection is secure?
You will find a lock icon in the address bar, and clicking on it shows the certificate information.
Tip: Always make sure HTTPS is present when conducting banking transactions or entering sensitive data.