/Encrypted_Shared_Preferences

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.

Primary LanguageKotlinMIT LicenseMIT

Watchers