Update README.md

This commit is contained in:
Windham Wong 2017-07-04 15:53:54 +01:00 committed by GitHub
parent b9d33c0618
commit 6e81bb71fc

View file

@ -13,10 +13,10 @@ This is a fork of original CyberChef by GCHQ. This project has implemented my ow
- e.g. <code>chr(33)</code> to <code>!</code> - e.g. <code>chr(33)</code> to <code>!</code>
- This operation supports char() and chr() - This operation supports char() and chr()
- Combining the usage of **From 0x[Hex]** and **From char(hex)** can decode <code>chr(0x3333)</code> to <code>!</code> - Combining the usage of **From 0x[Hex]** and **From char(hex)** can decode <code>chr(0x3333)</code> to <code>!</code>
- operation **HTTP gzip decrypt**: Decrypt gzip payload in HTTP
## Todo ## Todo
- Operation GZip HTTP data
- Operation SQL comment strip function - Operation SQL comment strip function
- Adding more support to char(hex, hex) - Adding more support to char(hex, hex)
- Adding support of themes - Adding support of themes