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

Support to ignore line breaks when decoding Base64 streams #41

Closed
stcarrez opened this issue Apr 16, 2023 · 0 comments
Closed

Support to ignore line breaks when decoding Base64 streams #41

stcarrez opened this issue Apr 16, 2023 · 0 comments

Comments

@stcarrez
Copy link
Owner

The Base64 decoder reports an error if the stream contains a \n.

This is conform to the RFC 4648 but it is also common to ignore line breaks when the Base64 stream was split on 76 character lines.

stcarrez added a commit that referenced this issue Apr 16, 2023
- add new option on the decoder
- rework on the decoder to allow ignoring line breaks when the option is set
@stcarrez stcarrez closed this as completed Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant