How the SSL Certificate secure the data on client side or in client Browser?
Sandy
When an SSL certificate is used, the information becomes unreadable to everyone except for the server you are sending the information to because of the encryption mechanism and secret key concept.
SSL certificates have a key pair: a public and a private key. These keys work together to establish an encrypted connection. The certificate also contains what is called the “subject,” which is the identity of the certificate/website owner.