CompTIA Security+ (SY0-701) — Question 511

Which of the following describes the difference between encryption and hashing?

Answer options

Correct answer: B

Explanation

The correct answer is B, as encryption indeed transforms cleartext into ciphertext, making it unreadable without the proper key, while hashing creates a fixed-size output (checksum) that represents the original data but cannot be reversed. Option A incorrectly describes the functions of encryption and hashing, option C confuses the roles of both processes, and option D incorrectly assigns key usage to each method.