Re: md5 encryption



> Simon wrote:
>>
>> Technically it is possible, but it is near impossible to do.
>> The idea is that if you think you know the password, md5() it, if it
>> matches
>> the one on record you have a match. Otherwise try again.
>>
>> That way if you crack someone data, you might not be able to use the
>> passwords.
>>
>> Simon
>>
>
> MD5 is a one-way hash. Just about the only way to break into a system
> (crack the password) is to know what password (data) generates a given
> hash.

Sorry, but that's not true.
As said, it is technically possible to get the original string but near
impossible to do so.

>
> - Mike

Simon


.



Relevant Pages

  • Re: md5 encryption
    ... Simon wrote: ... > That way if you crack someone data, you might not be able to use the ... MD5 is a one-way hash. ...
    (alt.php)
  • Re: md5 encryption
    ... know whether i could display that data record as un-encrypted or not.. ... > MD5 is a one-way hash. ... > (crack the password) is to know what password generates a given ...
    (alt.php)
  • Re: Rand generator (MD5)
    ... My micro cannot handle anything more than 32 bits! ... YOu do not have MD5. ... It does not sound to me like your hash implimentation is very ... void byteReverse(unsigned char *buf, unsigned longs); ...
    (sci.crypt)
  • Re: Rand generator (MD5)
    ... My micro cannot handle anything more than 32 bits! ... YOu do not have MD5. ... It does not sound to me like your hash implimentation is very ... void byteReverse(unsigned char *buf, unsigned longs); ...
    (sci.crypt)
  • Re: "Collision for Hash Functions MD4, MD5, HAVAL-128 and RIPEMD"
    ... this was the Year of Doom for cryptographic hash functions. ... These go into great detail on the SHA-0 and MD5 collisions ... Difficulty in the former is called "collision resistance", ... you probably meant to say was "I can find a *different* string whose ...
    (comp.os.linux.security)