How to decrypt MD5 encrypted string?

Hey jules,

I am encrypting a string using MD5 encryption class given in juce library. How can i decrypt it to recover the original string using the juce library?

Thanks

:lol:

…you are kidding, right…?

MD5 is a hash function not an encryption method

The goal of MD5 is to be impossible to decrypt :slight_smile:
Normally, you’re suppose to use it to test wether things are equal (by comparing their hashed versions)