Do you know the difference between hashing and encryption? hash is one-way transformation, you can not reverse it by given algorithm.
Knowing what the hash function was used and having computed tables in advance (so called rainbow tables) you can search the table for the underlying string given the hash result. Of course there is no way to have rainbow table for every possible string of every arbitrary length
Knowing what the hash function was used and having computed tables in advance (so called rainbow tables) you can search the table for the underlying string given the hash result. Of course there is no way to have rainbow table for every possible string of every arbitrary length
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs