Multi-process SharedPreference implementation without ContentProvider
-
Updated
Oct 4, 2024 - Kotlin
Multi-process SharedPreference implementation without ContentProvider
EasyPrefs is a wrapper on the android shared preferences, also it will need only one-time initialization and used in the whole project without context, it supports encryption and decryption with extended APIs.
🔒 EncryptedSharedPreferences Migration Support Library For Android.
A concept app that uses Jetpack Security to encrypt user data such as text files or images using Encrypted Shared Preferences and uses Biometrics for authentication. The data can only be decrypted after the user is authorized via a master key or Biometric authentication. The app also displays the list of encrypted files and decrypts them on succ…
A simplified use of SharedPreferences and Preferences DataStore.
Android Shared preferences syntactic sugar based on delegation with the use of EncryptedSharedPreferences
Check your spotify stats
Easy and safe way to store preferences
GitHub API
This sample project is used to Demonstrate On-Device SQLLite Encryption using SQLCipher and Room Database
EncryptedSharedPreferences is a Jetpack Security feature for securely storing sensitive data in Android apps using AES256-GCM encryption. It handles encryption and decryption automatically, eliminating the need for manual encryption by developers. It safely protects sensitive information like user passwords and personal data.
Add a description, image, and links to the encryptedsharedpreferences topic page so that developers can more easily learn about it.
To associate your repository with the encryptedsharedpreferences topic, visit your repo's landing page and select "manage topics."