Tool 22: Convert a string

Description:

  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
   

Usage:

  netwox 22 -d data [-s|+s] [-h|+h] [-m|+m] [-b|+b] [-t|+t] [-S|+S] [-H|+H] [-M|+M] [-B|+B] [-5|+5]

Parameters:

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  

Examples:

  netwox 22 -d "hello"

  netwox 22 --data "hello"