You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Base64 de-/encoder strictly inserts carriage return and linefeed after 76 chars. However, corresponding RFC 3548 states that this should not be done unless explicitly requested. Thus the de-/encoder should be adapted accordingly.
The text was updated successfully, but these errors were encountered:
The Base64 de-/encoder strictly inserts carriage return and linefeed after 76 chars. However, corresponding RFC 3548 states that this should not be done unless explicitly requested. Thus the de-/encoder should be adapted accordingly.
The text was updated successfully, but these errors were encountered: