logoalt Hacker News

trixn86today at 3:37 PM1 replyview on HN

> It is generally harder to build a crypto system than to break one

It was harder to design Symmetric Encryption using e.g. AES-256 than to break it? As far as I know it's design is pretty straight-forward but there is no known way to break it even with all compute of the planet at your disposal (excluding trivial ways like exposing the key).


Replies

LPisGoodtoday at 5:12 PM

Yes, it was. An attack only needs to work one way, but an encryption standard must resist all attacks.

There are many examples of would be crypto algorithms that died on the vine because an attack was found. It is often recommended for beginners to study breaking cryptographic algorithms long before they attempt to create them.