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(operation-wrap): add new Wrap operation to format text at specified line width #1882

Open 0xff1ce opened 1 month ago

0xff1ce commented 1 month ago

Added a new 'Wrap' operation that allows users to wrap text at a specified number of characters per line.

Default wrapping is set to 64 characters.

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