We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent defd98e commit 7167721Copy full SHA for 7167721
src/main/java/com/thealgorithms/ciphers/Autokey.java
@@ -8,6 +8,7 @@
8
* as it improves upon the classic Vigenère Cipher by using the plaintext itself to
9
* extend the key. This makes it harder to break using frequency analysis, as it
10
* doesn’t rely solely on a repeated key.
11
+ * https://en.wikipedia.org/wiki/Autokey_cipher
12
*
13
* @author bennybebo
14
*/
0 commit comments