This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-01-22 16:48:01

nickbrickmaster
Scratcher
Registered: 2010-02-02
Posts: 500+

How to decode MD5 hashes?

I was looking at the md5s in minecraft and was wondering if I could decrypt them. Does anyone know how? and no lmgtfy links.


Ask me what I'm doing, wait an hour than roll a die, if it's 4-6, I'm playing Skyrim, if it's 1, I'm eating, if it's 2-3 I'm programming.
Steam: nickbrickmaster | RotMG: PwnThemAll | Minecraft: nickbrickmaster | League Of Legends: BaneOfTitans

Offline

 

#2 2012-01-22 17:05:26

bobbybee
Scratcher
Registered: 2009-10-18
Posts: 1000+

Re: How to decode MD5 hashes?

Impossible. MD5 is a one-way encryption mechanism. It would take years to decrypt a password in MD5, plus you would have to have a huge budget. So pretty only the government has the resources and computing power to decrypt passwords.  sad


I support the Free Software Foundation. Protect our digital rights!

Offline

 

#3 2012-01-22 17:07:06

nickbrickmaster
Scratcher
Registered: 2010-02-02
Posts: 500+

Re: How to decode MD5 hashes?

bobbybee wrote:

Impossible. MD5 is a one-way encryption mechanism. It would take years to decrypt a password in MD5, plus you would have to have a huge budget. So pretty only the government has the resources and computing power to decrypt passwords.  sad

What is the point of encrypting strings if they are impossible to decrypt? why save them at all.


Ask me what I'm doing, wait an hour than roll a die, if it's 4-6, I'm playing Skyrim, if it's 1, I'm eating, if it's 2-3 I'm programming.
Steam: nickbrickmaster | RotMG: PwnThemAll | Minecraft: nickbrickmaster | League Of Legends: BaneOfTitans

Offline

 

#4 2012-01-22 17:08:34

bobbybee
Scratcher
Registered: 2009-10-18
Posts: 1000+

Re: How to decode MD5 hashes?

Simple Answer: It's not encrypting--it's hashing. If I hash the password 'a', maybe I'll get the letter 'q'. But you would have to hash the whole alphabet in order to figure out which letter gets a 'q'.

Ask me if you want the complicated answer (which, basing on your question, you don't)


I support the Free Software Foundation. Protect our digital rights!

Offline

 

#5 2012-01-22 17:09:30

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: How to decode MD5 hashes?

nickbrickmaster wrote:

bobbybee wrote:

Impossible. MD5 is a one-way encryption mechanism. It would take years to decrypt a password in MD5, plus you would have to have a huge budget. So pretty only the government has the resources and computing power to decrypt passwords. :(

What is the point of encrypting strings if they are impossible to decrypt? why save them at all.

The point is that they can be compared against another string that has been encoded to see if they are the same.

"text" >>>> encoded

a person must then enter "text". A program can then do this:

"text" >>>>> encoded = stored encoded?

basically, only the person who knows what it was before it was encoded will know. This is a very safe way of storing passwords and personal information and validating they are correct without storing them.

Last edited by sparks (2012-01-22 17:09:55)


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#6 2012-01-22 17:12:56

SJRCS_011
Scratcher
Registered: 2011-02-07
Posts: 1000+

Re: How to decode MD5 hashes?

nickbrickmaster wrote:

bobbybee wrote:

Impossible. MD5 is a one-way encryption mechanism. It would take years to decrypt a password in MD5, plus you would have to have a huge budget. So pretty only the government has the resources and computing power to decrypt passwords.  sad

What is the point of encrypting strings if they are impossible to decrypt? why save them at all.

Privacy
Say Company A doesn't encrypt passwords.  So a hacker gets into the database and finds out everyone's passwords.  Then everyone loses their personal info, and Company A goes out of business because no one will use them anymore.

Company B does encrypt passwords.  When a person signs in, their input is encrypted, then checked against the database.  When a hacker gets in Company B, he only finds encrypted passwords.
If they are impossible to decrypt, then the passwords are safe.
If they can be decrypted, however, then the encryption was useless.

Which reminds me...
Anyone know how MyBB encrypts passwords (just the type of enccryption)?
I want to be able to sign in to a MyBB forum remotely via an HTML form/PHP encryption, but I don't know what type the forum uses.

Last edited by SJRCS_011 (2012-01-22 17:15:09)


http://i.imgur.com/vQqtH.png
Learning to Program in a Nutshell:  "You're missing a closing parentheses" - LS97

Offline

 

#7 2012-01-22 17:15:43

nickbrickmaster
Scratcher
Registered: 2010-02-02
Posts: 500+

Re: How to decode MD5 hashes?

I see.


Ask me what I'm doing, wait an hour than roll a die, if it's 4-6, I'm playing Skyrim, if it's 1, I'm eating, if it's 2-3 I'm programming.
Steam: nickbrickmaster | RotMG: PwnThemAll | Minecraft: nickbrickmaster | League Of Legends: BaneOfTitans

Offline

 

#8 2012-01-22 17:22:49

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: How to decode MD5 hashes?

I had to laugh out loud at your sig, nickbrickmaster  tongue


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#9 2012-01-22 20:32:26

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: How to decode MD5 hashes?

Closed by request of the topic owner.


http://i39.tinypic.com/2nav6o7.gif

Offline

 

Board footer