MD5 is referred to as an encryption, but your right, it is a hash, because MD5 is unable to ever be broken down into it's original text.
___________________
Login |
Tutorial Forums DB sizeTutorial Forums DB sizeCurrently viewing this thread: 1 (0 members and 1 guests) MD5 is referred to as an encryption, but your right, it is a hash, because MD5 is unable to ever be broken down into it's original text. ___________________
Unless of course you figure out it's cypher (don't know if that's the right word AdamStatus: Offline!
or just the way it encrypts ___________________
from what i understand, md5 doesnt really encrypt anything - it makes a unique id for whats given it, and thats what makes it good as well as VERY hard to hack - ive never seen it done anyways besides the guess and test method. ___________________ http://www.philbrodeur.com - Expert PHP Development and Tutorials AdamStatus: Offline!
if you had a unique id wouldn't it change every time? But to have different combinations of 32(correct?) characters, eventaully all combinations would come up. I don't know if i make sense, but I can figure it out in my mind. ___________________
Adman, it would take a computer forever to do that. Here's the possible number of combinations: 36^36^36^36^36^36^36^36^36^36^36^36^36^36^36^36^36^36^36^36^36^36^36^36^36^36^36^36^36^36^36^36 >>or just the way it encrypts AdamStatus: Offline!
I know it would take forever, but it theoretically possible that the situation i presented could happen. ___________________
Nope. First, if the string is ONE character or ONE THOUSAND it will still make a 32 bit strings. Also realize that the md5 is never taken from user, but rather a string that is md5ed to match a previous ones. The only way to guess md5s is by guessing the string that was md5ed and md5ing guess untill you match. ___________________ http://www.philbrodeur.com - Expert PHP Development and Tutorials fredmvStatus: Offline!
From rfc1321:
___________________ |
Copyright ©1999-2009 Neverside. All rights reserved.
Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach
NeverAPI generated this page in 0.0086 seconds.