Certified Ethical Hacker (CEH) — Question 60

How does an operating system protect the passwords used for account logins?

Answer options

Correct answer: A

Explanation

The correct answer is A because a one-way hash ensures that passwords cannot be easily retrieved or reversed, enhancing security. Option B is incorrect as merely hiding passwords in a file does not provide adequate security. Option C is also wrong because while encryption can be secure, it involves reversible processes, which poses risks if the decryption key is compromised. Option D is misleading since storing passwords in non-volatile memory does not inherently protect them from unauthorized access.