You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,15 @@ You can use as many operations as you like in simple or complex ways. Some examp
69
69
- 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.
70
70
- CyberChef is entirely client-side
71
71
- 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.
72
-
- 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.
72
+
- Due to this feature, CyberChef can be downloaded and run locally. You can use the link in the top left corner of the app to download a full copy of CyberChef and drop it into a virtual machine, share it with other people, or host it in a closed network.
73
+
74
+
75
+
## Deep linking
76
+
77
+
By manipulation of CyberChef's URL hash, you can change the initial settings with which the page opens.
78
+
The format is `https://gchq.github.io/CyberChef/#recipe=Operation()&input=...`
79
+
80
+
Supported arguments are `recipe`, `input` (encoded in Base64), and `theme`.
0 commit comments