Fingann / CTFConverter

Program for converting strings back and forth between diffrent types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CTFConverter

Program for converting strings back and forth between diffrent types

Usage

Converter.py [-h] [--decode] [--base64] [--url] [--binary] string

positional arguments:

    string          the string to be encoded/decoded

optional arguments:

    -h, --help      show this help message and exit

    --decode, -d    Decode the string

    --base64, -b64  String <==> Base64

    --url, -u       String <==> Url

    --binary, -b    String <==> Binary 

About

Program for converting strings back and forth between diffrent types


Languages

Language:Python 100.0%