mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 16:26:16 -04:00
Added 'LZString Decompress' and 'LZString Compress' operations
This commit is contained in:
parent
ae1b12c120
commit
671ae6558f
8 changed files with 184 additions and 10 deletions
|
@ -107,6 +107,7 @@ import "./tests/CBORDecode.mjs";
|
|||
import "./tests/JA3Fingerprint.mjs";
|
||||
import "./tests/JA3SFingerprint.mjs";
|
||||
import "./tests/HASSH.mjs";
|
||||
import "./tests/LZString.mjs";
|
||||
|
||||
|
||||
// Cannot test operations that use the File type yet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue