Skip to content
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

enable bitwarden import by keepassxc-cli #10587

Open
smehrens opened this issue Apr 15, 2024 · 2 comments
Open

enable bitwarden import by keepassxc-cli #10587

smehrens opened this issue Apr 15, 2024 · 2 comments

Comments

@smehrens
Copy link

Summary

To create a backup from bitwarden in keepassxc

Examples

(tools from bitwarden)
bw login --apikey jkdhslkjdhsdjkhdskjhdfkjlhdjklshd
bw export --output bw_export.json --format json
(tool from keepassxc)
keepassxc-cli -k password_file import_bw bw_export.json bw_backup.kdbx
(then use keeshare to import to a subgroup of the main peepassxc file)

Context

Several companies or organizations offers me a bitwarden account. I like to use keepassxc.
With such export import i could use the shared passwords within my favorit password manager.

smile or add a gui tool to sync bitwarden to groups in keepassxc

Best regards

@droidmonkey
Copy link
Member

droidmonkey commented Apr 15, 2024

2.7.7 introduced Bitwarden import from the GUI. We have not enabled it in the CLI tool. However, do not confuse an import with a sync. Importing is a one time action, it does not merge existing entries.

@smehrens
Copy link
Author

smehrens commented Apr 16, 2024

It's a way to "emulate" syncing bitwarden to a subgroub of a kdbx database.

  1. cli export of bitwarden to file
  2. import bitwarden to new keepassxc database
  3. keeshare import keepassxc database in a subfolder of another database.

so its a one-way sync or a scriptable import job........

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants