LLMs won't break symmetric crypto
- AI
- Security
- Cryptography
- Infrastructure
The post’s claim is narrow: large language models are not about to break mainstream symmetric cryptography such as AES or SHA-2. The core reason, as commenters framed it, is that symmetric crypto does not rest on one elegant mathematical assumption the way RSA, Diffie-Hellman, or elliptic-curve systems do. Modern block ciphers and hashes are built to destroy exploitable structure through repeated mixing and nonlinear steps. If there is no hidden shortcut, the remaining attack is brute force, and that just scales with key size.
If you use mature symmetric primitives, the bigger near-term AI risk is not a magical break of AES. It is AI making implementation flaws, bad randomness, and weak custom designs much easier to find and exploit, so the practical move is to avoid bespoke crypto and harden the surrounding system.
-
bfswa.blog
- Discuss on HN