|
BugTraq
SHA-1 broken Feb 16 2005 12:56PM Gadi Evron (gadi tehila gov il) (5 replies) Re: SHA-1 broken Feb 17 2005 01:25AM Robert Sussland (robert inkwood org) (1 replies) Re: SHA-1 broken Feb 17 2005 10:42PM dullien gmx de (2 replies) Re: SHA-1 broken Feb 17 2005 01:02AM Michael Cordover (michael cordover gmail com) (3 replies) |
|
Privacy Statement |
> | we might think of changing the requirement of collision resistance
> | to "collision resistance in input data that is valid ASCII text". The
> | attacks on MD5 used the weak avalanche of the highest-order bit
> | in 32-bit words for producing the collision, basically precluding the
> | possibility of generating colliding ASCII text.
>
> That's not really useful is you want to sign something in non-English
> languages. Valid UTF8 might be a decent requirement, though.
What about Word documents? PDF files? Executable code? Depending on the
context the meaning of "valid" will differ greatly. So you would have to
supply a validation engine together with the signed data.
I do not know enough about the characteristics of the MD5 attack to
judge if using Base64-encoding beforehand would strongly mitigate it,
however, an abstraction layer of encoding in a well-known format would
make validation of the encoded stream easier. The big question is if
there is a gain at all when using this validation - we still do not
validate the original data, just the abstraction layer.
Denis Jedig
syneticon GbR
[ reply ]