From bd3777f9debefc6c14be1299bfe7fd43c5a71304 Mon Sep 17 00:00:00 2001 From: j433866 Date: Fri, 5 Apr 2019 10:51:39 +0100 Subject: [PATCH] Change maximum file size in readme --- README.md | 4 ++-- src/web/html/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e6d835a8..4029fc23 100755 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ You can use as many operations as you like in simple or complex ways. Some examp - Drag and drop - Operations can be dragged in and out of the recipe list, or reorganised. - - Files up to 500MB can be dragged over the input box to load them directly into the browser. + - Files up to 2GB can be dragged over the input box to load them directly into the browser. - Auto Bake - Whenever you modify the input or the recipe, CyberChef will automatically "bake" for you and produce the output immediately. - This can be turned off and operated manually if it is affecting performance (if the input is very large, for instance). @@ -67,7 +67,7 @@ You can use as many operations as you like in simple or complex ways. Some examp - Highlighting - When you highlight text in the input or output, the offset and length values will be displayed and, if possible, the corresponding data will be highlighted in the output or input respectively (example: [highlight the word 'question' in the input to see where it appears in the output][11]). - Save to file and load from file - - You can save the output to a file at any time or load a file by dragging and dropping it into the input field. Files up to around 500MB are supported (depending on your browser), however some operations may take a very long time to run over this much data. + - You can save the output to a file at any time or load a file by dragging and dropping it into the input field. Files up to around 2GB are supported (depending on your browser), however some operations may take a very long time to run over this much data. - CyberChef is entirely client-side - It should be noted that none of your recipe configuration or input (either text or files) is ever sent to the CyberChef web server - all processing is carried out within your browser, on your own computer. - Due to this feature, CyberChef can be compiled into a single HTML file. You can download this file and drop it into a virtual machine, share it with other people, or use it independently on your local machine. diff --git a/src/web/html/index.html b/src/web/html/index.html index d2365aa8..d03dd6ab 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -671,7 +671,7 @@

Yes! Just drag your file over the input box and drop it.

-

CyberChef can handle files up to around 500MB (depending on your browser), however some of the operations may take a very long time to run over this much data.

+

CyberChef can handle files up to around 2GB (depending on your browser), however some of the operations may take a very long time to run over this much data.

If the output is larger than a certain threshold (default 1MiB), it will be presented to you as a file available for download. Slices of the file can be viewed in the output if you need to inspect them.