I need to shorten a long string with a variable length and "decode" it back later on.
The string will be built up like this 0011010011 ........ etc.
My problem right now is that the string will be over a thousand characters long which is far far too long to easily copy and paste around.
Any ideas on how to do this?