Join Slack
Powered by
Which library do you recommend to use to store key...
# multiplatform
g
Giuseppe Joshua Falcone
07/22/2025, 9:03 AM
Which
library
do you recommend to use to
store key value
in something like “SecureStorage”, it’s important for me to save in an encrypted area, but for
compose multiplatform
(I target just
android
and
iOS
)
p
Pavlos
07/22/2025, 9:05 AM
I use multiplatform-settings:
https://github.com/russhwolf/multiplatform-settings
with no issues, works like a charm.
🙌 1
c
Chrimaeon
07/22/2025, 12:30 PM
Also AndroidX‘s Datastore is KMP already.
g
Giuseppe Joshua Falcone
07/22/2025, 12:31 PM
Yeah but it doesn’t provide encryption itself and will need a wrapper for it or am I wrong ?
c
Chrimaeon
07/22/2025, 12:36 PM
On Android you‘ll need that anyway. There is no „Keychain“ like you have on iOS.
👍 1
p
Pablichjenkov
07/22/2025, 3:29 PM
This one is good:
https://github.com/xxfast/KStore
Simpler API than AndroidX Datastore
👀 1
3
Views
Open in Slack
Previous
Next