This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

MD5 decryption

How can i decrypt data with MD5 algorith in C?

Parents
  • It is not yet possible to decrypt md5 because hashing is a one way thing. But what people have done is to generate hashes and store it in a big table so that when you enter a particular hash, it checks the table for the password that matches the hash and returns that password to you. An example of a site that does that is  https://www.cmd5.org/ 

Reply
  • It is not yet possible to decrypt md5 because hashing is a one way thing. But what people have done is to generate hashes and store it in a big table so that when you enter a particular hash, it checks the table for the password that matches the hash and returns that password to you. An example of a site that does that is  https://www.cmd5.org/ 

Children
No data