Is there any way to make a comparison with two hashes of different types and find out if their contents are the same or not?
For example : I have a hash in SHA512 and another in MD5 (can be any other hash ) that were created from of the same text. Using PHP would like to compare the two and find out if they are the same or not.