mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Document theme option in README
This commit is contained in:
parent
6e2fb67d76
commit
061533bb57
1 changed files with 6 additions and 0 deletions
|
@ -71,6 +71,12 @@ You can use as many operations as you like in simple or complex ways. Some examp
|
||||||
- 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.
|
- 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 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.
|
- 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.
|
||||||
|
|
||||||
|
## Url prefilling
|
||||||
|
|
||||||
|
By manipulation of CyberChef's url hash, you can change the initial settings with which the page opens.
|
||||||
|
The format is `https://gchq.github.io/CyberChef/#recipe=Function()&input=...`
|
||||||
|
|
||||||
|
Supported options are `recipe`, `input`, and `theme`.
|
||||||
|
|
||||||
## Browser support
|
## Browser support
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue