mirror of
https://github.com/gchq/CyberChef
synced 2025-12-13 06:43:26 +00:00
Added 'RC2 Encrypt' and 'RC2 Decrypt' operations.
This commit is contained in:
@@ -28,6 +28,8 @@ OpModules.Ciphers = {
|
||||
"Derive EVP key": Cipher.runEvpkdf,
|
||||
"RC4": Cipher.runRc4,
|
||||
"RC4 Drop": Cipher.runRc4drop,
|
||||
"RC2 Encrypt": Cipher.runRc2Enc,
|
||||
"RC2 Decrypt": Cipher.runRc2Dec,
|
||||
"Vigenère Encode": Cipher.runVigenereEnc,
|
||||
"Vigenère Decode": Cipher.runVigenereDec,
|
||||
"Bifid Cipher Encode": Cipher.runBifidEnc,
|
||||
|
||||
Reference in New Issue
Block a user