-2

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?

turtlepower
  • 708
  • 1
  • 7
  • 18

1 Answers1

-1

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'.

Ben Phung
  • 316
  • 4
  • 15