n1474335
n1474335
### Summary Now that CyberChef can handle large files, it would be useful to create an operation that can parse PCAPs. This operation would not include full stack protocol parsing,...
Hi, thanks very much for your work on this repository, it's incredibly useful. We use it as the main character encoding library for [CyberChef](https://github.com/gchq/CyberChef). We've recently noticed an issue when...
CyberChef v10 represents a significant upgrade to the input and output areas. Amongst various small tweaks and improvements, the following major changes will be made: ### Selection > Selecting text...
### Summary The current UI isn't very good on mobile devices. We should start thinking about how we can improve it. ### Possible solutions There are two paths we could...
In Node 12, extensions are required on all import statements so that Node knows whether to treat it as a module (mjs) or a script (js). Currently, running crypto-api in...