I'm new in the security world and right now I'm studying about hashes.
Let's say I have md5(x+q)
and md5(y+q)
. I know the value of x
and y
hidden into md5. Would it be possible to reverse it and find the value of q
before the md5 was applied?