Computer Science, asked by vyomgupta, 1 year ago

what is key pair and ssl locker in computer science

Answers

Answered by immukul15
1
Key Pair:

Private Key and public key are a part of encryption that encodes the information. Both keys work in two encryption systems called symmetric and asymmetric. Symmetric encryption (private-key encryption or secret-key encryption) utilize the same key for encryption and decryption. Asymmetric encryption utilizes a pair of keys like public and private key for better security where a message sender encrypts the message with the public key and the receiver decrypts it with his/her private key.

Public and Private key pair helps to encrypt information that ensures data is protected during transmission.

SSL:
SSL (Secure Sockets Layer) is the standard security technology for establishing an encrypted link between a web server and a browser. This link ensures that all data passed between the web server and browsers remain private and integral. SSL is an industry standard and is used by millions of websites in the protection of their online transactions with their customers.

Answered by siddhartharao77
2
There are 2 types of Key pairs : 

1. Public 

2. Private

1. A public key pair is available to everyone via a publically accessible repository.

2. A private key pair remains confidential to its respective owner.


SSL Locker :

1. It stands for Secure Socket Layer.

2.It protects data as it travels between users browsers and the web server running your website. When people enter sensitive data, such as their credit card information, SSL ensures that it can’t be seen by thieves, hackers, or others who shouldn’t see the data.


Hope this helps!
Similar questions