Which encryption method ensures that a message can only be decrypted by a specific recipient using their private key?

  • Symmetric Encryption
  • Asymmetric Encryption
  • Hashing
  • Public Key Encryption
"Asymmetric Encryption" (Option b) uses a pair of keys: a public key for encryption and a private key for decryption. This ensures that a message encrypted with the recipient's public key can only be decrypted using their private key, providing secure communication.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *