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.

- Mike
.



Relevant Pages

  • Re: md5 encryption
    ... > MD5 is a one-way hash. ... > (crack the password) is to know what password generates a given ... Simon ...
    (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: What is the maximum length of the message for SHA-1
    ... On 2006-12-25, Simon wrote: ... same hash using SHA-1? ... Damian Szuberski ...
    (sci.crypt)