Hacker News new | ask | show | jobs
Cracking the Caesar Cipher - The Hard Way (12robots.com)
3 points by ilike 5875 days ago
1 comments

I'm showing how much I don't know about crypto, but I consider frequency analysis the easy way to crack a Caesar cipher, and expected the hard way to be a brute-force method hooked up to a dictionary.

(Or is it 'hard' in that no programming was used?)