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
It would be nice to have support for multiple passwords.
The underlying code already supports this, so all I have to do is create GUI for managing passwords.
Things to think about:
when deleting password, check if there are notes encrypted with that password. Because deleting that password would lock those notes forever! So probably just list them for user with button "Delete password and notes".
add and store password name - so that when user creates new note, he will know which password is being used
The text was updated successfully, but these errors were encountered:
It would be nice to have support for multiple passwords.
The underlying code already supports this, so all I have to do is create GUI for managing passwords.
Things to think about:
The text was updated successfully, but these errors were encountered: