Converter beetween different number bases and to ascii. Mainly for CTFs purposes.
Converting from:
- binary to decimal and ascii
- octal to decimal and ascii
- hexal to decimal and ascii
- decimal to ascii
The program takes data from txt file.
$ git clone https://github.com/aluvium/base_r.git
$ python ./main.py