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
In such situation, pass phrase will be stored in db instead of RAM.
Similarly, as per screenshot above, code that updates keys from EKM during each startup has to be updated to use appropriate pass phrase storage method (currently always uses RAM)
The logic for EKM updates should be: if we had to ask user for pass phrase, then use RAM. If we could retrieve pass phrase without asking user, then use db storage.
No, we disallow it.
flowcrypt-android/FlowCrypt/src/main/java/com/flowcrypt/email/jetpack/viewmodel/EkmViewModel.kt
Line 117 in 5bb839f
respectively to #1168
Originally posted by @DenBond7 in #1761 (comment)
The text was updated successfully, but these errors were encountered: