Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Stop holding passwords in memory when opened in details view #641

Open
jimporter opened this issue Mar 9, 2018 · 0 comments
Open

Stop holding passwords in memory when opened in details view #641

jimporter opened this issue Mar 9, 2018 · 0 comments
Labels

Comments

@jimporter
Copy link
Contributor

Currently, when we load an item's details (in the doorhanger or the manager), we fetch all the item details, including the password. This means that the password is stored unencrypted in memory whenever the details are opened. We could make this more secure by only holding onto the password when it's actually visible, as well as using an async method to fetch the password for copying (as we do in the quick-copy mode).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants