We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
keepassxc-cli extract
Don't output protected values protected when extracting from CLI.
Show plaintext values for protected fields.
Protected fields are output in hashed format.
Adding --unprotected to keepassxc-cli extract
--unprotected
This would enable better programmatic use of the CLI, and enable complete backups in plaintext.
The text was updated successfully, but these errors were encountered:
Add an option for unprotected database extraction in CLI, resolves ke…
2f90888
…epassxreboot#2164
I believe this has been fixed in PR #2351 and hence should be marked closed.
I'm looking to start contributing to keepassxc and happened to pick this as my first issue, took me some time to realize its been fixed
CC - @phoerious
Sorry, something went wrong.
No branches or pull requests
Don't output protected values protected when extracting from CLI.
Expected Behavior
Show plaintext values for protected fields.
Current Behavior
Protected fields are output in hashed format.
Possible Solution
Adding
--unprotected
tokeepassxc-cli extract
Context
This would enable better programmatic use of the CLI, and enable complete backups in plaintext.
The text was updated successfully, but these errors were encountered: