View Single Post
Join Date: Sep 2008
Posts: 10
Reputation: iamgame is an unknown quantity at this point 
Solved Threads: 0
iamgame's Avatar
iamgame iamgame is offline Offline
Newbie Poster

Re: Improve scrambled text game

 
0
  #9
Sep 21st, 2008
Originally Posted by vegaseat View Post
I think at one time you asked about module MD5 to send on a password, you might want to take a look at this post:
http://www.daniweb.com/forums/post220840-56.html
Well yes, I did ask about md5 once and the question was something like "is it possible to reverse md5 hashes to original text?". Now, what I know is that this isn't possible, but you wrote about "decoding" the password encrypted using md5 in one of your posts:

With more and more folks thinking it their business to snoop around in your e-mail, write a little Python program to encode regular text. It is assumed that you will send this text to a friend, who has Python installed and can run a program you send beforehand to decode the encrypted text (after using the correct password of course). Use Python module md5 to encrypt the password too.
Now, as we can see in the program (http://www.daniweb.com/forums/post220840-56.html), the person in not actually decoding the md5 hash, but is comparing his own "md5"ed input with the md5 hash generated by the other person at first place.

So, I guess I can assume that md5 is not reversible, right?
Last edited by iamgame; Sep 21st, 2008 at 6:13 pm.
Reply With Quote