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

Feat(InsertDelimiter) #1885

Open 0xff1ce opened 1 month ago

0xff1ce commented 1 month ago

Added a new 'InsertDelimiter' operation that allows users to insert a string delimiter at a given interval.

Default interval is set to 8 characters, default delimiter is set to a space.

This PR resolves https://github.com/gchq/CyberChef/issues/1586