Encode & Decode A simple reversible string encoder/decoder without any third-party libraries. Usage: Encode a string: python encode-decode.py encode --key mySecret "your text here" Decode a token: python encode-decode.py decode --key mySecret "token_here"