gchq / CyberChef

The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
https://gchq.github.io/CyberChef
Apache License 2.0
29.3k stars 3.28k forks source link

Feat(Zstandard Decode) #1905

Closed Scarjit closed 1 month ago

Scarjit commented 2 months ago

This pr adds a new 'ZStandard Decompress' operation, allowing uses to decompress ZStandard encoded data.

It uses chunk based decodeding to be memory efficient.

Partly resolves #1470 (decompression only)

Edit: The libary used is licensed under MIT (https://github.com/101arrowz/fzstd?tab=MIT-1-ov-file#readme)