You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Your Environment
4.1.3
Android
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.
Resources
The text was updated successfully, but these errors were encountered: