Definition
A polyalphabetic cipher where each letter is shifted based on a repeating keyword.
Use Case
Useful for teaching key-driven encryption and why longer, less predictable keys matter.
Note
Not secure against modern attacks. Use modern ciphers for real-world systems.