n1073645
n1073645
When using the "Regular Expression" operation with highlight matches enabled, it would be good for the output plane to automatically scroll down to the first match. An example: https://gchq.github.io/CyberChef/#recipe=Regular_expression('User%20defined','nottest',true,true,false,false,false,false,'Highlight%20matches')&input=dGVzdAp0ZXN0CnRlc3QKdGVzdAp0ZXN0CnRlc3QKdGVzdAp0ZXN0CnRlc3QKdGVzdAp0ZXN0CnRlc3QKdGVzdAp0ZXN0CnRlc3QKdGVzdAp0ZXN0CnRlc3QKdGVzdAp0ZXN0CnRlc3QKdGVzdAp0ZXN0CnRlc3QKdGVzdAp0ZXN0CnRlc3QKdGVzdAp0ZXN0CnRlc3QKbm90dGVzdAp0ZXN0CnRlc3QKdGVzdAp0ZXN0CnRlc3QKdGVzdAp0ZXN0CnRlc3QKdGVzdAp0ZXN0CnRlc3QKdGVzdAp0ZXN0 I...
At the moment you can't rename tabs in CyberChef it instead displays the data you are working on in the tab name. It's easy to lose track of what data...
We currently have a `Render Markdown` operation, it would be good if we could render the markdown and then save the output as a PDF. This could be an extension...
Added Hill Cipher encode/decode operations. Encryption: - Place the plaintext in a matrix. - Place the key in a matrix. - Multiply them together. Decryption: - Place the cipher-text in...
An argument added to Extract Files/Scan For Embedded Files. These Scanners/Extractors operate on the byte level currently. Scan for embedded files fails to detect magic bytes if they are offset...
Closes #1017
This is an operation that does the following: - Extracts anything with low entropy compared to the rest of the input data. - Extracts anything with high entropy compared to...
At the moment the switch statement in getHasher does not have a case for sm3. Could you add a case statement for sm3? https://github.com/nf404/crypto-api/blob/4317bff908c28f8c07a95ab152118e410a1d3167/src/hasher/sm3.mjs
When searching for operations currently you have to spell the operation name exactly right. In this PR there is a modification allowing the user to enter their search criteria and...