Skip to content

Android Keystore support? #230

Open
Open
@dropbeardevs

Description

@dropbeardevs

Now that androidx.security:security-crypto is officially deprecated, and the release notes say "Deprecated all APIs in favour of existing platform APIs and direct use of Android Keystore", will there be support for Android Keystore in the future? EncryptedSharedPreferences is working for me currently but I worry about potential issues down the line.

Or is it even worth it using EncryptedSharedPreferences in the first place and just use SharedPreferences? Also even considering a wrapper that uses Keystore to manually encrypt/decrypt the value before calling putString().

https://developer.android.com/jetpack/androidx/releases/security#version_110_2
https://developer.android.com/privacy-and-security/cryptography#jetpack_security_crypto_library

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions