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

Add 'Take nth bytes' operation #1915

Open Oshawk opened 1 month ago

Oshawk commented 1 month ago

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

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