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
The sql database will be ideally encrypted using the encryptionKey, but the app implementation currently caches the SqlDriver (which would then provided decrypted access to the DB). Can a person break security assumptions if a logged out (requiring pin to unlock) execution of the app is accessed in a manner that exploits the cache?
The text was updated successfully, but these errors were encountered:
The sql database will be ideally encrypted using the encryptionKey, but the app implementation currently caches the SqlDriver (which would then provided decrypted access to the DB). Can a person break security assumptions if a logged out (requiring pin to unlock) execution of the app is accessed in a manner that exploits the cache?
The text was updated successfully, but these errors were encountered: