A python program that converts binary input to different formats, with base64 encoding and decoding.
To run the program in the terminal type:
git clone https://github.com/mariosdaskalas/pcrypt
cd pcrypt/
python3 main.pyOr a one-liner command.
git clone https://github.com/mariosdaskalas/pcrypt && cd pcrypt/ && python3 main.py