Log in

View Full Version : how to reverse algorithm function


alim2201
May 13th, 2011, 15:59
how to reverse algorithm function such as md5 crc32 sha1 and other
is available book for this qustion
thanks

FrankRizzo
May 14th, 2011, 00:06
Well, generally you simply DON'T reverse them. When I have run into them in the past, what you do is just grab the keys used on the data, and go from there.

If this doesn't answer your question, it means that you need to post more of what you're trying to accomplish.