mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 01:56:54 -04:00
Adds Affine/Atbash Cipher encryption/decryption
- 3 new operations - Affine Encode, Decode and Atbash Cipher - Added 3 new utils - mod, GCD and modInv
This commit is contained in:
parent
35d74980a1
commit
2750be36da
8 changed files with 247 additions and 83 deletions
|
@ -66,6 +66,9 @@ var Categories = [
|
|||
ops: [
|
||||
"AES Encrypt",
|
||||
"AES Decrypt",
|
||||
"Affine Cipher Encode",
|
||||
"Affine Cipher Decode",
|
||||
"Atbash Cipher",
|
||||
"Blowfish Encrypt",
|
||||
"Blowfish Decrypt",
|
||||
"DES Encrypt",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue