Certified In Cybersecurity CC · Free Practice Question Easy
Question 3
Which of the following is NOT a common application of public key cryptography?
- A File encryption
- B Data compression
- C Email encryption
- D Digital signatures
Reveal correct answer
Correct answer: B
Explanation
The correct answer: Data compression is a method of reducing the size of a file or data to make it easier to store or transmit. This process doesn't involve encryption or the use of public key cryptography. Compression algorithms like LZ77, Huffman coding, or Run-Length Encoding are used for data compression. Public key cryptography, on the other hand, involves encryption and decryption of data using a pair of keys: public and private. The incorrect answers: Public key cryptography is used to create digital signatures. The private key is used to create a digital signature, and the public key is used to verify it. This ensures authenticity, integrity, and non-repudiation of the data. Public key cryptography is commonly used to encrypt emails. Protocols such as Pretty Good Privacy (PGP) and Secure/Multipurpose Internet Mail Extensions (S/MIME) use public key cryptography to secure email communication. Public key cryptography can also be used to encrypt files for secure storage or transmission. The recipient's public key is used to encrypt the file, and the recipient uses their private key to decrypt it.Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
You must be logged in to post a comment.
