Re: Revert MD4



On Oct 29, 2:52 pm, Federico Bertola <federico.bertola....@xxxxxxxxx>
wrote:
2^128 (you write this right?) are teorically possibles COLLISIONS that means that a file has the same hash value as the original but with a infinite range of length.
For example a file of 3 Mb may have a collision in a 300 Kb file as in a 2 Tb file!!!
If I close the range of possibilities fixing the length I can find (at leas one if the length is the same as the original) very fewer collisions!
I mean a MD4 in a not-so-hostile environment where you have some information about the original file.

there are just under 200,000 3MB files with the same hash

there an infinite number of files of any size

it is impossible to revert a hash
in the way you mentioned

the cryptographic attacks on md4 are different
they find _different_ messages
with the _same_ hash

being able to do this
means the hash is not safe for validation purposes
as man-in-the-middle interception
can replace messages that still authorise

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
galathaea: prankster, fablist, magician, liar

.



Relevant Pages

  • Re: Two-stage hashing (pre-hash big integer -> hash-array-index)
    ... > hash value instead of the key to generate the probe sequence. ... avoid all hashes with same home index following same collision chain, ... are the same will follow exactly the same collision chain. ... computes what I call the pre-hash, the large unsigned integer, from the ...
    (comp.programming)
  • Re: Revert MD4
    ... For example a file of 3 Mb may have a collision in a 300 Kb file as in a 2 Tb file!!! ... I mean a MD4 in a not-so-hostile environment where you have some information about the original file. ... there are just under 200,000 3MB files with the same hash ...
    (sci.math)
  • Re: Panama hash collision question
    ... > No hash is literally collision free. ... We synchronize database systems by forming a checksum for each record ...
    (sci.crypt)
  • Re: keys and counters
    ... how many times can the counter be incremented before there is a collision in the hash, that is what i am asking. ... A hash function operated in such a counter mode as you suggest does not have this property - if I can guess or discover the input to the first block then I will know all the other blocks. ... You might think that some attacks are unreasonable/infeasible but do you really know what is possible to the world's largest employer of mathematicians, who have had for many years the world's largest computer budget and unlimited access to 60 plus years of classified research or what is possible for any of the other multi-billion dollar "smaller" big brothers?. ...
    (sci.crypt)
  • Re: Determining the encryption used
    ... impression that if a password verification system is checking passwords ... against a hash table, all you needed was a collision (as this would hash ... They involve generating two seperate hashes which have a collision. ... The collision attacks found can break the security of cryptographic ...
    (Pen-Test)