gchq / CyberChef

The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis

Home Page:https://gchq.github.io/CyberChef

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug report: crash the output pane using entropy and AES

digininja opened this issue · comments

Describe the bug
Adding AES encrypt after Entropy causes the output pane to crash and show JS/HTML rather than output.

To Reproduce
Steps to reproduce the behaviour or a link to the recipe / input used to cause the bug:

  1. Put text into the input
  2. Add the entropy operation
  3. Add AES Encrypt operation - The output crashes with a JS error
  4. Pause encryption operation - The output shows the entropy details with the JS/HTML for the nice graph that should be there. The entropy values update as the input is updated, so the operation is still working at some level.

Expected behaviour
AES operation shouldn't crash when started and it crashing shouldn't take down the other operations.

Screenshots
image

image

image

image

Desktop (if relevant, please complete the following information):

Running the latest Docker image in Chrome on Ubuntu.

docker run -it -p 9090:80 ghcr.io/gchq/cyberchef:latest