Join Slack
Powered by
I've got a problem with Base64 encoding in kmm. Th...
# multiplatform
i
Ilya Varnakin
02/10/2021, 9:35 AM
I've got a problem with Base64 encoding in kmm. There are solutions, but they are platform-specific and vanilla kotlin solution (.encodeBase64) annotated as @InternalApi. Has anyone met with such a problem? I mean is there out-of-the-box solution?
a
andylamax
02/10/2021, 10:32 AM
check
https://github.com/korlibs/krypto
andylamax
02/10/2021, 10:33 AM
Samples
https://github.com/korlibs/krypto/blob/master/krypto/src/commonTest/kotlin/com/soywiz/krypto/Base64Test.kt
3
Views
Open in Slack
Previous
Next