Is there any specific algorithm for the encoding and decoding MD5. Kindly give me the proper direction or guideline, so that I can move on.. I have search a lot on Google but I haven’t find, kindly give the articles or tutorial link.
Is there any specific algorithm for the encoding and decoding MD5. Kindly give me
Share
MD5 is a hashing algorithm, which by definition is (supposed to be) un-decodable. For a description of the algorithm, read Wikipedia.
However, you rarely need to implement the algorithm yourself because most platforms come with an implementation.
First google hit: http://sourceforge.net/projects/libmd5-rfc/