benkuly
04/21/2022, 5:50 AMOleg Yukhnevich
04/29/2022, 9:42 AMbenkuly
04/29/2022, 9:55 AMbenkuly
04/29/2022, 9:58 AMPBKDF2WithHmacSHA512
HmacSHA256
AES/CTR/NoPadding
benkuly
04/29/2022, 10:01 AMBASE58
or BASE64
is also missing for kotlin multiplatform.Oleg Yukhnevich
04/29/2022, 10:12 AMbenkuly
04/29/2022, 10:51 AMjavax.crypto
with a few basic algorithms. Maybe you are right and this is not realistic, but it would be one step further to a good kotlin multiplatform ecosystem.
At least supporting the most used Hashing-Algorithms and encoding (like Base64
, which could be used from ktor) would be good, because the community asked for them many times.
There are also many missing wrappers for standard Browser-APIs like indexedDB and - back to the topic - Crypto-API.Oleg Yukhnevich
04/29/2022, 11:12 AMOleg Yukhnevich
04/29/2022, 11:37 AMZac Sweers
04/29/2022, 1:30 PMOleg Yukhnevich
04/29/2022, 1:43 PMand at least okio has sha* and hmac support