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
28.66k stars 3.22k forks source link

Add 'Drop nth bytes' operation #1914

Open Oshawk opened 6 days ago

Oshawk commented 6 days ago

Can't re-open #696 so am creating a new PR. Finally got around to updating the branch.

Added an operation to drop every 2nd, 3rd etc. byte starting at a given byte. Can be applied to each line. Tests included.