206k views
3 votes
You need to decrypt a file that is encrypted using asymmetric encryption. What should be used to decrypt the file?

A) public key
B) plaintext
C) message digest
D) private key

1 Answer

4 votes

Final answer:

The correct option to use to decrypt a file encrypted using asymmetric encryption is the private key.

Step-by-step explanation:

To decrypt a file that is encrypted using asymmetric encryption, the correct option to use is the private key. Asymmetric encryption, also known as public key encryption, uses a pair of keys: a public key for encryption and a private key for decryption.

The encryption process uses the recipient's public key to encrypt the file, and then only the recipient with the corresponding private key can decrypt the file.

User Suchit Kumar
by
7.9k points