From f25d151f92a1c9d011eb2497a007c30d9a6184ee Mon Sep 17 00:00:00 2001 From: Kaustubh BM Date: Thu, 13 May 2021 21:49:08 +0530 Subject: [PATCH] Update Categories.json Added "Multi Tap Cipher Encode" and "Multi Tap Cipher Decode" operations to the Encryption/Encoding category. --- src/core/config/Categories.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/config/Categories.json b/src/core/config/Categories.json index 95e5870e..453ae1b0 100755 --- a/src/core/config/Categories.json +++ b/src/core/config/Categories.json @@ -116,6 +116,8 @@ "Enigma", "Bombe", "Multiple Bombe", + "Multi Tap Cipher Encode", + "Multi Tap Cipher Decode", "Typex", "Lorenz", "Colossus"