Open ruben-vl opened 2 weeks ago
Link to the specific page: https://ctf101.org/cryptography/what-are-hashing-functions/
I got an email for this so I looked into it for a few minutes. I think the sentence suffices for it's intended purpose but you can PR better language.
In the hashing functions introduction, it is stated
This statement is not true. They don't theoretically provide a unique output for every input. Simple proof of this is that the space it maps the input to - the output space - is smaller than the input space itself (the hashed output is almost always shorter/smaller in size than the input), so there cannot be a mapping without collisions. This is however not a problem, as long as it is not computationally feasible to find those collisions (one of the desired properties of a good hashing algorithm).
Hashing algorithms that were "broken due to collisions", were just algorithms where someone figured out how to reliably find collisions, enabling certain attacks.
The first paragraph on wikipedia explains this in other words: https://en.wikipedia.org/wiki/Collision_resistance