-
Notifications
You must be signed in to change notification settings - Fork 30
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
On a Mac use the Keychain #85
Comments
@miquella Mark, I also wonder where does Vaulted store its data on Mac? Which file to backup? |
I found the location where all the data is stored - I am a bit surprised with this location because "cache" is a temporary thing and can be deleted if necessary. Can this be moved to |
@drusellers: It was a very intentional decision to not store vault data in the OS's keychain. This helps us maintain consistency as users move between platforms and prevents users from being tied to a specific platform. Vault data is stored using NaCl's secretbox format, this allows vault files to be copied from one system to another, regardless of OS. We do have a functional (but not yet complete) change to add password caching in the OS keychain. |
@antonbabenko: Vaulted uses the XDG specification to decide where to store its data and cache files. As a result, the default location used to store vault data is The cache directory you mentioned ( One additional note: as session files do not store key derivation nor encryption details, the corresponding vault file is required to be able to decrypt session files. |
Thanks for pointing out where vault data is actually stored. I will backup |
I'm not sure where Vaulted is storing data, but I would much rather Vaulted store this data in the Mac keychain.
The text was updated successfully, but these errors were encountered: