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

Added the ability to paste one or more Images from the Clipboard #1876

Open t-martine opened 1 month ago

t-martine commented 1 month ago

We have added the ability to paste one or more images directly from the clipboard. This is especially useful if we need screenshots as input, e.g., for QR code analysis.

To use this feature:

  1. Copy image to clipboard (e.g. by taking a screenshot)
  2. Paste it into the input field, just like you would paste text
  3. Work with CyberChef as if the image was loaded as a file
t-martine commented 1 month ago

resolves #1852