What's everyone using for secure key-value storage...
# compose-desktop
g
What's everyone using for secure key-value storage on multiplatform? Auth tokens, eg. I found https://github.com/Liftric/KVault but it doesn't seem to support desktop. Is everyone just using expect/actual and wrapping the JVM KeyStore?
h
You can use androidx data storage and encrypt the file that they're written to https://funkymuse.dev/posts/create-data-store-kmp/ This might help you to get started and when the file is loaded, you know what to do