We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0600370 commit 3a5dce6Copy full SHA for 3a5dce6
src/main/java/com/thealgorithms/ciphers/Autokey.java
@@ -9,7 +9,7 @@
9
*
10
* @author bennybebo
11
*/
12
-public class AutokeyCipher {
+public class Autokey {
13
14
// Encrypts the plaintext using the Autokey cipher
15
public String encrypt(String plaintext, String keyword) {
0 commit comments