Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/core/config/Categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@
"RC6 Decrypt",
"Ascon Encrypt",
"Ascon Decrypt",
"PRESENT Encrypt",
"PRESENT Decrypt",
"Twofish Encrypt",
"Twofish Decrypt",
"GOST Encrypt",
"GOST Decrypt",
"GOST Sign",
Expand All @@ -131,6 +135,10 @@
"XOR Brute Force",
"Vigenère Encode",
"Vigenère Decode",
"TEA Encrypt",
"TEA Decrypt",
"XTEA Encrypt",
"XTEA Decrypt",
"XXTEA Encrypt",
"XXTEA Decrypt",
"To Morse Code",
Expand Down
Loading