EC-CouncilEC-Council
312-50V13 · Question #132
312-50V13 Question #132: Real Exam Question with Answer & Explanation
The correct answer is B: False. Password cracking programs generally do not reverse the hashing process but rather attempt to find the original input that produces a matching hash.
Submitted by deeparc· Mar 6, 2026Cryptography
Question
Password cracking programs reverse the hashing process to recover passwords. (True/False.)
Options
- ATrue
- BFalse
Explanation
Password cracking programs generally do not reverse the hashing process but rather attempt to find the original input that produces a matching hash.
Common mistakes.
- A. This is incorrect because hashing functions are specifically designed to be irreversible; direct mathematical reversal of a hash to plaintext is not possible.
Concept tested. Hashing one-way function principle
Reference. learn.microsoft.com/en-us/azure/security/fundamentals/encryption-overview#hashing
Topics
#hashing#password cracking#cryptographic principles#one-way functions
Community Discussion
No community discussion yet for this question.