If we know the algorithm used for current day password hashing, how can we not just undo it to get the password?

1.31K views

I have read that SHA-2 is currently unbroken due to the amount of resources and time it would take to crack the hashing, but if we have the step by step algorithm, why can we not just do the steps backwards?

In: Technology

6 Answers

Anonymous 0 Comments

Hash functions are designed to be hard to invert. If you try to invert without knowledge of the password, there are many many unknown variables and relations that need to be solved for.

You are viewing 1 out of 6 answers, click here to view all answers.