Skip to content

Instantly share code, notes, and snippets.

@mohamedadaly
mohamedadaly / bw_export_kp.py
Last active June 17, 2025 09:24
Export Bitwarden to KeePass 2 XML format
#!/usr/bin/python
from __future__ import print_function
import base64
import commands
import json
import sys
import uuid
import xmltodict