Skip to content

Use latin1, --pure_barcode and no universal_newlines #19

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

parmegv
Copy link

@parmegv parmegv commented Dec 19, 2016

latin1 allows us to handle ciphertext (tested with ASCON cipher).

pure_barcode is required to get binary data

universal_newlines was assuming all \r were \n, but with encrypted
data it is not the case.

latin1 allows us to handle (ASCON cipher) ciphertext

pure_barcode is required to get binary data

universal_newlines was assuming all \r were \n, but with encrypted
data it is not the case.
@oostendo
Copy link
Owner

I guess this looks like you've customized it for a specific application -- that's great, and I'm glad it works for you. I guess to accept this I would ask that all of these changes could be parameter controlled in the decode() function similar to what you did for pure_barcode.

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.

2 participants