-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using native secret storage #5
Comments
But this software supports windows (and mac in future). Dbus and freedesktop don't want to port on windows, or at least to provide binaries. |
Good point. But there is a windows equivalent: |
This is definitely a potential feature down the line, though right now I am prioritizing getting basic Mac support up and running. I do see the value in hardened credential storage on each platform, though I also want to allow people to be able to export/transfer credentials even in that case. |
That makes perfect sense 🙂 |
To me the most important aspect of this project is, that it can address the drawback of not being able to back up your keys. Depending upon the "native store" chosen you might again loose this option. |
I noticed in your readme that you plan to support storing secrets in an encrypted file.
You should consider delegating that to secret storage mechanisms of the operating system (e.g. gnome-keyring or kwallet). Will mean less work for you, and less security bugs 😄
https://specifications.freedesktop.org/secret-service/latest/
The text was updated successfully, but these errors were encountered: