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
{{ message }}
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
When invoking Base64EncoderStream.encode(), it will can produce a String containing characters outside of the Base64 alphabet. This should be fixed, calls replaced with Base64Encoder.encode(), or replaced entirely with a third-party library.