MD5 hash is meant to be a one way process. The difference between a hash and an encryption is exactly that a hash is never really meant to be decoded where an encryption algorithm is a two way encode<->decode process. So you really shouldn't be trying to decode a hashed MD5. Perhaps your using the wrong type of algorithm to solve your problem.
You'll get better answers when you provide a little more detail about what you are trying to accomplish. On Jun 25, 12:26 am, Dilip Godhani <[email protected]> wrote: > Hello frd > Can any one tell me how i decode md5 in cakephp > > Thanks > > Dilip Godhani > Software Developer, > Entourage Solutions > e-mail: [email protected] > [email protected] > Web.:www.entouragesolutions.com > m. 9913822582 Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
