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
When Android Keystore is not possible to be used on certain devices, Tink just silently does not use it and stores data encryption keys in plain text instead of encrypting it using a master key. Tink provides a method AndroidKeysetManager.isUsingKeystore that informs about usage of the Keystore. It would be a good idea to expose this method from types using Tink: EncryptedFile, EncryptedSharedPreferences and both encrypted DataStore types, so the client can use it and react appropriately if needed.
The text was updated successfully, but these errors were encountered:
When Android Keystore is not possible to be used on certain devices, Tink just silently does not use it and stores data encryption keys in plain text instead of encrypting it using a master key. Tink provides a method
AndroidKeysetManager.isUsingKeystore
that informs about usage of the Keystore. It would be a good idea to expose this method from types using Tink:EncryptedFile
,EncryptedSharedPreferences
and both encryptedDataStore
types, so the client can use it and react appropriately if needed.The text was updated successfully, but these errors were encountered: