View Single Post
  #2 (permalink)  
Old 07-11-2005, 06:08 PM
David W. Hodgins
Guest
 
Posts: n/a
Default Re: Differences between Fingerprint, MessageDigest and Hash-Value of a document?

On Sun, 10 Jul 2005 01:38:28 -0400, Jeremy S. <JercoS@gmail.com> wrote:

>> Both formulas are used to convert unknown length documents into
>> 128-bit numbers. Both are one way hashes, meaning it's impossible to
>> determine the
>> correct document contents, from just the hash value.


> kinda ya but in practice a hash can be reversed by trying every
> possible combination until one that matches is found (eg brute force)
> the most common example would be password breaking (eg "cracking")
> other than that your explination was perfect!


Thanks!!!

For short documents, like passwords, I agree. For longer documents,
I understood that, since there are collisions, even brute force
isn't effective, since you can't know which of the possible
source documents was actually used.

In future though, I'll try to remember to say "very difficult",
instead of impossible<G>.

Regards, Dave Hodgins

--
Change nomail.afraid.org to rogers.com to reply by email.
(nomail.afraid.org has been set up specifically for
use in usenet. Feel free to use it yourself.)

Reply With Quote
Sponsored Links