A aware macrumors regular Original poster Jan 2, 2013 #1 Is there an app to reverse MD5 hash like this: fde957c67e41cba76418b1ecd826dae2 Or can anyone help me to find out what is the letter of this code?
Is there an app to reverse MD5 hash like this: fde957c67e41cba76418b1ecd826dae2 Or can anyone help me to find out what is the letter of this code?
F francis21 macrumors member Jan 2, 2013 #2 MD5 is a one-way hash function; that is, it isn't reversible. Possibly use a rainbow table to decrypt it. Note that there might be a salt used in that hash which makes it harder to determine.
MD5 is a one-way hash function; that is, it isn't reversible. Possibly use a rainbow table to decrypt it. Note that there might be a salt used in that hash which makes it harder to determine.