A aware macrumors regular Original poster Nov 23, 2012 123 15 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 May 2, 2011 82 2 Mississauga, ON, Canada 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.