What type of encryption uses a pair of keys for data security? 🔊
The type of encryption that uses a pair of keys for data security is known as asymmetric encryption. In this system, a public key is used for encryption, while a private key is used for decryption. Asymmetric encryption enhances security by allowing users to send secure messages without sharing their private key. This method is foundational in securing communications over the internet, particularly in applications like SSL/TLS for secure web browsing and PGP for email encryption.
Equestions.com Team – Verified by subject-matter experts