Skip to content

Conversation

@malvidin
Copy link

No description provided.

Also added argparse to read/write to files, default is stdin/stdout for compatibility. 
`cat test.input | python decode.py` 
`python decode.py -i test.input` 
`python decode.py -i test.input -o test.output`
@malvidin malvidin changed the title Add Python3 Compatibility Add Python3 Compatibility - Refactor for Readability Dec 17, 2020
Provide more information if the decoding fails
Added comments about when some strings will be incorrectly encoded. 

Added residual status of the base32 decoding for further processing of any continuation queries.
Added brute force joining of separated queries, for both the substitution and modified base32 decoding.
More decoding fixes, better joining strings based on observed index.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant