Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 396 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 396 Bytes

base_r

Info

Converter beetween different number bases and to ascii. Mainly for CTFs purposes.

Features:

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.

How to use:

 $ git clone https://github.com/aluvium/base_r.git
 $ python ./main.py