Field notes from the bin-raider’s handbook¶
Modern cryptanalysis has shifted from “break the cipher” to “break the system around the cipher, and use AI while doing it”. The maths is still there, but it has been joined by engineering reality and a rather opportunistic streak.
Strong algorithms (AES-256, properly implemented modern ECC) are still standing. What is falling is everything around them: bad implementations, protocol misuse, weak randomness, hardware leakage, and the humans who glue it all together.
Attack tradecraft: where cryptographic systems actually break.
- Brute force
- Side-channel attacks
- Protocol-level cryptanalysis
- Randomness and RNG attacks
- AI-assisted cryptanalysis
- Automated cryptanalysis tools
- Attack chain: steganography and cryptanalysis combined
- Classical ciphers
- Attack models
- Security goals
- Block ciphers
- AES busting
- Down streams
- Hacking hashes
- RSA puzzling
- Diffie-Hellman
- Elliptic curve balls