Original idea from https://paulschou.com/tools/xlate/
Encoder and Decoder functions: https://github.com/Iansus/xlate
Original functionality taken from https://paulschou.com/tools/xlate/ and whole site impleted in python 3 .
python3 -m venv .venv
source .venv/bin/activate
pip install -r pip_freeze
flask run --host=0.0.0.0