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
{{ message }}
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: