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
So this encryption scheme is pretty secure, so that's a great start.
Now a couple of issues to tackle to have a great app:
You can't resize the window to be small. The ui in general is made for a large screen. This is not a problem for desktop, but is a blocker to compile the app for mobile with tauri.
The URL field should be a list of urls. In many organizations, the passwords and usernames are reused across a set of tools, and duplicating the data is not a viable option I believe.
Autofill from browser for Desktop use
Native autofill on iOS and android.
Abilty to choose where the file is saved. To synchronize across devices, the user will often want to put the file in a virtual filesystem such as onedrive or google drive.
Of course, those are of varying complexity, and I'd love to help.
So this encryption scheme is pretty secure, so that's a great start.
Now a couple of issues to tackle to have a great app:
Of course, those are of varying complexity, and I'd love to help.