👋 Here is a new release of Kissme: Kotlin Secure Storage Multiplatform 0.2.0. The new release comes with out-of-the-box encrypted storage on both Android and iOS. If you’d like to learn more about the project you can read the blog post https://bit.ly/2Fiydbe or visit our Github repo https://github.com/netguru/Kissme
🍾 6
Sam
01/10/2019, 1:34 PM
As usually, all the feedback is welcome. Apart from the library name which I agree in advance may not be the perfect one 🙂
t
thevery
01/10/2019, 3:16 PM
Why only API 23+?
s
Sam
01/10/2019, 3:30 PM
It should not be any problem to reduce the min version to 21+. We will test the compatibility and update it in a next release. However, the support for pre-lollipop APIs would require more work because of the Keystore limitations on the older Android versions
j
Jurriaan Mous
01/10/2019, 3:45 PM
Our device minimum is 21 so that would be great 🙂
s
Sam
01/10/2019, 4:00 PM
Stay tuned 🙂
m
marcinmoskala
01/10/2019, 8:24 PM
Any plans to add JS?
j
jmfayard
01/11/2019, 8:14 AM
I find the library name great. Please keep it simple and stupid!
🙃 1
s
Sam
01/11/2019, 9:29 AM
@marcinmoskala We’d love to provide the JS support in the future. However, I’m not sure if it’s feasible to implement the automated encryption mechanism in JS the same way we have it now on Android and iOS. We could probably allow the users to manage the encryption keys on their own, but I feel it would result in library being not fully consistent across all the available targets. Anyways, we’d be happy to brainstorm any ideas for the future releases 👍