n1474335
n1474335
This is already possible via the 'Save recipe' pane. There is a data link at the bottom and you can configure it to remove the input or recipe separately. I...
1. Install nvm (https://github.com/nvm-sh/nvm) 2. `nvm install 18` 3. Pull down the latest version of CyberChef 4. `npm install` 5. `npm run build` (for a production version) or `npm start`...
Thanks very much for the contribution, this looks great. Could you add some tests? Something along [these lines](https://github.com/gchq/CyberChef/blob/master/tests/operations/tests/CipherSaber2.mjs).
Looks like a cool library. Typescript may be an issue, but I'll have a play around.
These issues should be fixed in the latest versions if you use node 17 or 18.
Can you provide some example data please? This seems to work for me: https://gchq.github.io/CyberChef/#recipe=Zip('file.txt','','secret','Deflate','MSDOS','Dynamic%20Huffman%20Coding')Unzip('secret',false)&input=VGVzdA
Yes, I'm seeing that too. I think this is due to the difference between encrypting each file in the archive separately and encrypting the archive itself. We should make this...
This is certainly something I would like to improve. I've removed the 'bug' label since this is expected behaviour at the moment. Highlighting is currently calculated purely based on offsets....
I think I favour a new operation called 'Latinise' or 'Romanise' over adding this into the 'Remove Diacritics' operation. The `latinize` library that you mentioned does more than just remove...
Thanks for reporting this. I have decided to switch to a different library which does not contain the same vulnerability: [jsonpath-plus](https://www.npmjs.com/package/jsonpath-plus). The POC above no longer results in XSS. If...