About 133,000 results
Open links in new tab
  1. hash - How likely is a collision using MD5 compared to SHA256 …

    Feb 11, 2019 · If a hash is collision resistant, it means that an attacker will be unable to find any two inputs that result in the same output. If a hash is preimage resistant, it means an attacker …

  2. Why are hash collisions big news? - Information Security Stack …

    Jul 1, 2017 · The reason a collision matters is that a "collision" shows someone has found a mathematical technique that does what should be almost impossible by any "brute force" …

  3. When hashing, do longer messages have a higher chance of …

    However, given a fixed amount of resources spent trying to find a collision, the probability of finding a collision is (mostly) constant in terms of the input length (if hashing longer strings …

  4. How exactly is MD5 vulnerable to collision attacks?

    I've often read that MD5 (among other hashing algorithms) is vulnerable to collisions attacks. I understand the collision part: there exist two (or more) inputs such that MD5 will generate the …

  5. SHA & MD5 Collisions for shorter strings

    Mar 8, 2021 · However, is it still possible to have a collision if the string length is less than the hash size (i.e. MD5 is a 32 character hash)? So if the string is less than 32 characters, is it …

  6. hash - For common hashes, are their collision risks similar when ...

    Feb 27, 2022 · A cryptographically secure hash function is typically expected to be indistinguishable from random. That means, effectively, that the outputs are going to be …

  7. Known strings to have the same MD5 hash, not colliding in real life?

    May 26, 2021 · I was reading this article about MD5 hash collisions in which it clearly states that these two strings (differences marked with ^):

  8. cryptography - Collision rate for different hash algorithms ...

    Is there any collision rate measure for popular hashing algorithms (md5, crc32, sha-*)? If that depends only from output size, it's quite trivial to measure, but I suppose that depends also of

  9. hash - What does a collision attack accomplish for an attacker ...

    Jul 2, 2017 · 2 You may be mixing up a collision attack with a second-preimage attack. The difference between the two is in what the attacker controls: in a collision attack, the attacker …

  10. hash - MD5 collision attacks: are they relevant in password …

    Collision resistance is irrelevant for password hashing. The important property is first pre-image resistance. The only practical attack against MD5 is finding collisions. Thus there is no …