# Encrypted Key-Value Store in Kotlin Multiplatform - Brady Aiello

DevFeed: [Encrypted Key-Value Store in Kotlin Multiplatform - Brady Aiello](<https://devfeed.tech/articles/encrypted-key-value-store-in-kotlin-multiplatform-brady-aiello-38199.md>)

Original publisher: [Read original article](<https://touchlab.co/encrypted-key-value-store-kotlin-multiplatform>)

Published: 2021-06-02T03:51:47Z

Content type: tutorial

Language: en

Sources: [Touchlab | Enterprise Mobile Innovation & Development](<https://devfeed.tech/sources/touchlab-enterprise-mobile-innovation-development.md>)

Topics: [Kotlin Multiplatform](<https://devfeed.tech/topics/kotlin-multiplatform.md>), [Kotlin](<https://devfeed.tech/topics/kotlin.md>), [Android](<https://devfeed.tech/topics/android.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [multiplatform](<https://devfeed.tech/topics/multiplatform.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [ios](<https://devfeed.tech/tags/ios.md>), [key-value-store](<https://devfeed.tech/tags/key-value-store.md>), [kotlin](<https://devfeed.tech/tags/kotlin.md>), [kotlin-multiplatform](<https://devfeed.tech/tags/kotlin-multiplatform.md>)

## AI overview

This tutorial explains how to store encrypted key-value data in Kotlin Multiplatform applications. It demonstrates Android encrypted settings using EncryptedSharedPreferences, iOS storage using KeychainSettings, and approaches for selecting encrypted and unencrypted implementations in shared code.

## Source excerpt

How to store encrypted key-value data with Kotlin Multiplatform on Android and iOS without having to reinvent the wheel.