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