- How is Vigenère stronger than Caesar?
- Instead of a single shift, it uses a keyword — each letter shifts by the corresponding keyword letter. A keyword of length 6 effectively makes it 6 interleaved Caesar ciphers.
- Is Vigenère secure?
- No — it was 'unbreakable' for 300 years but Babbage broke it in 1854 via Kasiski examination. With a computer it falls in seconds. Historical interest only.
- What's a good key?
- As long as the message (one-time pad) — makes it actually unbreakable. Short keys are broken by analyzing repeated patterns in the ciphertext.
- Can I decrypt without the key?
- Yes — Kasiski examination or index of coincidence. The tool implements attack mode: guess keyword length, then do frequency analysis on each 'column'.