Skip to content

Commit 002ed91

Browse files
authored
feat: add TEA and XTEA block ciphers (#2225)
1 parent fa219d9 commit 002ed91

7 files changed

Lines changed: 1480 additions & 0 deletions

File tree

src/core/config/Categories.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@
135135
"XOR Brute Force",
136136
"Vigenère Encode",
137137
"Vigenère Decode",
138+
"TEA Encrypt",
139+
"TEA Decrypt",
140+
"XTEA Encrypt",
141+
"XTEA Decrypt",
138142
"XXTEA Encrypt",
139143
"XXTEA Decrypt",
140144
"To Morse Code",

0 commit comments

Comments
 (0)