Closed stcarrez closed 1 year ago
The Base64 decoder reports an error if the stream contains a \n.
\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.
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.