• caglararli@hotmail.com
  • 05386281520

Hash function the other way around [closed]

Çağlar Arlı      -    18 Views

Hash function the other way around [closed]

Is there anything that works like the opposite of a hash algorithm?

Today we know many hash algorithms, which take an input, perform some math on it, and output a value which is different than the input and can't be used to determine the input.

Is it possible to turn an input value into an output value, without being able to predict the output from the input, but having the output allows you to calculate the corresponding input?

As an example, I've read that a hashing algorithm is like turning a cow into ground beef. Obviously you can't turn ground beef back into a cow. What I'm looking for is like having a set of lego bricks. It's impossible to predict what someone will build out of them, but it's easy to determine what bricks they started with by looking at what they built.