Live data from Hacker News

When AES(☢) = ☠ – a crypto-binary trick

speakerdeck.com

11–20 of 36 posts

Re: When AES(☢) = ☠ – a crypto-binary trick

#12

Earlier quoted context omitted.

I guess I'm not following your logic. If there is a salted, hashed password in a db, allowing arbitrary length passwords shouldn't matter? HMACs and KDFs work very differently from symetric-crypto primatives.

The point is that it makes it easier for an attacker to find a hash collision. It's much easier to construct data which hashes to a given value if it can be of arbitrary length. I don't immediately see the connection with this article however.

I don't follow. Breaking a password hash your not trying to find a hash collision you need to break the preimage attack. Sure are some stage in the future there might be a preimage attack that requires a large amount of data to use. But really if your worried about theoretical preimage attack you aren't using md5.

Re: When AES(☢) = ☠ – a crypto-binary trick

#16
post #13

That was a great read. I saw the title and figured it would quickly go over my head but it's all pretty understandable. Does anyone know where I can download the src to have a look through? Edit: found it https://code.google.com/p/corkami/source/browse/#svn%2Ftrunk...

Same here. Great read, very well explained.

Re: When AES(☢) = ☠ – a crypto-binary trick

#18

I love the "HexII" hex-dump format he links to, it's so much less cluttered than the traditional one. I'm definitely going to have to try that out the next time I'm picking apart some binary file.

thanks - HexII is in very early development for now.
Post reply on HN