Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Python3 Compatibility - Refactor for Readability #3

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

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