Skip to content
#

encryptedsharedpreferences

Here are 12 public repositories matching this topic...

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…

  • Updated Sep 2, 2020
  • Kotlin

A React-Native module to enable biometric login and securely store a user's credentials using native apis. The user's credentials are encrypted and stored using Keychain on iOS and Encrypted Shared Preferences on Android.

  • Updated Nov 22, 2023
  • Java

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.

  • Updated Oct 15, 2024
  • Kotlin

Improve this page

Add a description, image, and links to the encryptedsharedpreferences topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the encryptedsharedpreferences topic, visit your repo's landing page and select "manage topics."

Learn more