mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 01:56:54 -04:00
Cleaned up the Vigenere cipher operations so that they conform with the coding conventions.
This commit is contained in:
parent
e5854b6f86
commit
55c1626d41
7 changed files with 95 additions and 100 deletions
|
@ -80,10 +80,10 @@ var Categories = [
|
|||
"ROT47",
|
||||
"XOR",
|
||||
"XOR Brute Force",
|
||||
"Vigenère Encode",
|
||||
"Vigenère Decode",
|
||||
"Derive PBKDF2 key",
|
||||
"Derive EVP key",
|
||||
"Vigenere Encode",
|
||||
"Vigenere Decode"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue