This tool converts a text, from/to text, hexadecimal, mixed, base64 and md5 (md5sum can only be computed). For example: netwox 22 --hexa 4142 netwox 22 --hexa 4142 --disp-mixed
parameter | description | example |
-d|--data data | data to convert | hello |
-s|--string|+s|--no-string | data is string | This boolean is set. Use + or --no- to unset it. |
-h|--hexa|+h|--no-hexa | data is hexa | |
-m|--mixed|+m|--no-mixed | data is mixed | |
-b|--base64|+b|--no-base64 | data is base64 | |
-t|--title|+t|--no-title | display titles | |
-S|--disp-string|+S|--no-disp-string | display string | |
-H|--disp-hexa|+H|--no-disp-hexa | display hexa | |
-M|--disp-mixed|+M|--no-disp-mixed | display mixed | |
-B|--disp-base64|+B|--no-disp-base64 | display base64 | |
-5|--disp-md5|+5|--no-disp-md5 | display md5 |