Decode URL safe base64 correctly (#4721)
* Add unit test for encoding/decoding a string containing all base64 characters
This also checks decoding of URL-safe base64 strings, which currently does not work, but will be changed in a separate commit.
* Change base64 decoder, so it can also handle URL-safe base64 strings
* Fix code formatting using the `formatKotlin` task
---------
Co-authored-by:
Bruce Hamilton <150327496+bjhham@users.noreply.github.com>
Пожалуйста, зарегистрируйтесь или войдите чтобы прокомментировать