in reply to Re: (ichimunki) Re x 3: Digital Signatures on Web Pages
in thread Digital Signatures on Web Pages

mess with the least significant bits

I thought about that too, but then you are fiddling around with the exact data you are attempting to hash.... I suppose you could make a hash from all the bits *excluding* those reserved for storing the hash, but that sounds quite hairy.

-Blake

  • Comment on Re: Re: (ichimunki) Re x 3: Digital Signatures on Web Pages

Replies are listed 'Best First'.
Re: Re: Re: (ichimunki) Re x 3: Digital Signatures on Web Pages
by andye (Curate) on Sep 22, 2001 at 14:59 UTC
    I thought about that too, but then you are fiddling around with the exact data you are attempting to hash....

    heh. good point. A little hairy, yes. ;/

    andy.