Is there a good kotlin encryption library for Andr...
# android
a
Is there a good kotlin encryption library for Android? EncryptedSharedPrefs is apparently deprecated
o
You can research on Advanced Encryption Standards (AES)
r
Note that modern Android devices already encrypt user data: https://source.android.com/docs/security/features/encryption/file-based
🔥 1