Skip to content

delete passphrases from InMemoryPassPhraseStorage on logout #587

@sosnovsky

Description

@sosnovsky

Before deleting I checked where removePassPhrases is used and it was used only in 1 place - https://github.com/FlowCrypt/flowcrypt-ios/blob/master/FlowCrypt/Functionality/Services/Key%20Services/PassPhraseService.swift#L86

So after removing EncryptedStorage I removed this method too, as it wasn't used anywhere else.
It seems currently we're not deleting passphrases from memory on logout. I'll rollback this change and call removePassPhrases on logout.

Originally posted by @sosnovsky in #577 (comment)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions