Join Slack
Communities
Powered by
Hello, everyone. Has anyone worked with Keychain i...
# kotlin-native
a
Alex Gladkov
11/23/2020, 11:50 AM
Hello, everyone. Has anyone worked with Keychain in Kotlin Native? We need to read from keychain from iosMain. I've seen Kissme library, but we can't use it
d
dambakk
11/23/2020, 11:56 AM
https://github.com/Liftric/KVault/blob/master/kvault/src/iosMain/kotlin/com/liftric/kvault/KVault.kt
a
Alex Gladkov
11/23/2020, 12:03 PM
Wow thank you! Maybe you know if i already have some keychain space in my application, can i read this storage from kmm module with this library?
Alex Gladkov
11/23/2020, 12:10 PM
I mean can i read raw data without crypto from keychain with this library
d
dambakk
11/23/2020, 12:38 PM
I’m not familiar with keychain but I would assume you could.
a
Alex Gladkov
11/23/2020, 12:38 PM
Ok, thank you very much anyway)
3
Views
Open in Slack
Previous
Next