Q42 / Q42/Template.ComposeMultiplatform
Add encrypted key-value store
Open
Nobody has claimed this yet.
feature
- Dominant language
- Kotlin
- Stars
- 1
- Forks
- 0
- Avg merge
- 7d 15h
- Merged PRs (30d)
- 15
Description
Why
Encrypted shared preferences from Google are deprecated and some apps need extra security. This ticket's purpose is to choose a good candidate library for this purpose on CMP/KMP and implement it in this project
Candidate libraries
- KSafe is quite new but very feature rich and the API is very simple (based on DataStore which we already use in this project) https://github.com/ioannisa/KSafe
- KValue is more battle tested but less feature rich and based on Encrypted SharedPrefs on Android https://github.com/Liftric/KVault
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing KSafe and KValue for CMP/KMP compatibility, security characteristics, and fit with the project's existing DataStore usage. The work is done when a suitable library is selected and an encrypted shared key-value store is implemented in this project.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- mobile-dev, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100