6 ms·
The first thing that came to my mind when I saw this: hash collisions. Could problems arise from two keywords that hit the same domain? Really cool idea, thoug
by EvanHahn 13y ago
The first thing that came to my mind when I saw this: hash collisions. Could problems arise from two keywords that hit the same domain?
Really cool idea, though.
- primitivesuave 13y agoWith SHA1 the chances of that happening are so close to zero that you'd have to create trillions of keywords before you even approach a minuscule chance of hitting a collision. One of my favorite analogies for SHA collisions: http://stackoverflow.com/a/4014407/690258 http://stackoverflow.com/a/4014407/690258
- dionyziz 13y agoIf you find a hash collision, let us know. As security people, we'd be very, very concerned if you can find even one collision or even engineer a collision in SHA1 or especially SHA256.