Skip to content

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