Y
Hacker News
new
|
ask
|
show
|
jobs
by
Someone
3158 days ago
Indeed. The two simplest examples are the Caesar cipher (
https://learncryptography.com/classical-encryption/caesar-ci...
, key length of 1 character) and the Vigenère Cipher (
https://learncryptography.com/classical-encryption/vigenere-...
, key length as long as you want it to be)
Both extend the key by repeating it. That is
not
a good idea.