mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 00:36:16 -04:00
Added 'RC2 Encrypt' and 'RC2 Decrypt' operations.
This commit is contained in:
parent
b58942f69a
commit
f52f5a0edb
5 changed files with 204 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue