Adding From Char(hex) feature

This commit is contained in:
windhamwong@nva-hk.com 2017-03-24 11:36:15 +00:00
parent 112af3c74b
commit 8b546e61b2
4 changed files with 33 additions and 1 deletions

View file

@ -6,11 +6,14 @@ This is a fork of original CyberChef by GCHQ. This project has implemented my ow
- opeartion **nTcpdump**: tcpdump hexdump convert
- operation **From 0x[Hex]**: e.g. <code>0x217e21</code> to <code>!~!</code>
- operation **From char(hex)**:
- e.g. <code>chr(33)</code> to <code>!</code>
- 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>
## Todo
- operation GZip HTTP data
- operation char() data
- operation SQL comment strip function