1
0
mirror of synced 2024-11-15 10:47:41 +01:00

Added link to FAQ description about output handling

This commit is contained in:
n1474335 2021-03-05 10:50:38 +00:00
parent e57d5a7e75
commit 5029356514

View File

@ -686,7 +686,7 @@
<div class="collapse" id="faq-load-files"> <div class="collapse" id="faq-load-files">
<p>Yes! Just drag your file over the input box and drop it.</p> <p>Yes! Just drag your file over the input box and drop it.</p>
<p>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.</p> <p>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.</p>
<p>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.</p> <p>If the output is larger than a certain threshold (default <a href="#recipe=Multiply('Line%20feed')Convert_data_units('Bytes%20(B)','Mebibytes%20(MiB)')&input=MTAyNAoxMDI0">1MiB</a>), 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.</p>
</div> </div>
<br> <br>