> -----Original Message-----
> From: Steve Oliver [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 19, 2002 9:37 AM
> To: CF-Talk
> Subject: RE: only one MD5 hash?
>
>
> >>MD5 is also not very secure as there are programs
> >>that can be found to break this key
>
> From my understanding, MD5 is a hash, not an encryption.  You can't find
> a program to break it since it irreversible.

True.  MD5 is a one way hash routine.  It does, however, produce
reproducable results.  It would be good for storing passwords in a database,
for example.

>
> What you have to do is compare a value that you submit with the MD5
> hash, meaning it is possible to have 2 entirely different values match
> the hash.

This is extremely unlikely.  It is like having 2 completely different files
result in an identical CRC check value.  Since the MD5 hash returns a 128
bit digest (hash) of whatever you are encoding, it is very unlikely to
produce the same digest for different sources.

Russel
______________________________________________________________________
Why Share?
  Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to