Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Security Enhancement] Android: Enable StrongBox (Api 28 and Newer) #81

Open
brian-weasner opened this issue Nov 29, 2022 · 0 comments
Open

Comments

@brian-weasner
Copy link
Contributor

Your Environment

  • Plugin version: 4.1.3
  • Platform: Android
  • Device OS version: 9 (API level 28) and Newer

Context

Newer Android devices have secure chips (like Titan M on Google Pixel 3) that can and should be used for Secure storage of Keys. It looks like this plugin is not currently implementing StrongBox for KeyStorage, but probably should be.

When generating or importing keys using the KeyStore class, you indicate a preference for storing the key in the StrongBox Keymaster by passing true to the setIsStrongBoxBacked() method.

Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant