An experimental work in progress script to encode/decode strings in Python.
The script encodes a string with a custom hashing function. In order to decode it, the script uses a brute-force approach, testing every possible charater until the strings match.