I was wondering if the following answer: link regarding hashing can be reversed?
For example if someone got hold of the hashed value, can it be easily reversed?
I was wondering if the following answer: link regarding hashing can be reversed?
For example if someone got hold of the hashed value, can it be easily reversed?
what they usually do is they have a list of billions of records of plain text. they will try to hash each of them and compare to the one they got from you. if they found a match, they get the plain text value. but it would usually take them years to do so, unless your plain text is something like, '123' or 'pass123'.