Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@viquu
viquu / export-keepass-to-bitwarden-json.py
Last active September 30, 2022 08:33 — forked from monperrus/export-keepass-to-bitwarden-json.py
Export KeePass KDBX (folders and passwords) to Bitwarden JSON
#!/usr/bin/python3
# Export KeePass folders and passwords to Bitwarden JSON
# The resulting JSON can be imported in Bitwarden, Nextcloud Passwords,
# or any password manager that supports the Bitwarden JSON format
#
# Prerequisites
# --------------
# pip3 install pykeepass
#
# Usage