Skip to content

Commit 7167721

Browse files
committed
Added wikipedia link to Autokey.java
1 parent defd98e commit 7167721

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/thealgorithms/ciphers/Autokey.java

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* as it improves upon the classic Vigenère Cipher by using the plaintext itself to
99
* extend the key. This makes it harder to break using frequency analysis, as it
1010
* doesn’t rely solely on a repeated key.
11+
* https://en.wikipedia.org/wiki/Autokey_cipher
1112
*
1213
* @author bennybebo
1314
*/

0 commit comments

Comments
 (0)