This Python script provides a set of functions to encode and decode text using a chain of techniques, including:
- Conversion to decimal ASCII representation
- ROT13 transformation
- Base64 encoding/decoding
- Zlib compression/decompression
- Inflation of compressed data to hex decimal representation
This was essentially made to solve an ARG
This script is provided under the Apache License.