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.
Loading...
Related Quiz
- High-Performance Computing (HPC) is commonly associated with which type of processing?
- Which type of neural network architecture is particularly effective for sequence-to-sequence tasks, such as language translation?
- A _______ is a set of conventions and best practices that dictate how developers should format and style their code to improve readability and maintainability.
- Which platform-specific language is primarily used for iOS app development?
- Which technique involves an attacker sending multiple requests or inputs to a target system to cause it to crash?