1
0
This repository has been archived on 2025-06-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
convert-1pif2kdbx/dump.py

7 lines
124 B
Python
Executable File

#!/usr/bin/env python3
from pykeepass import PyKeePass
kp = PyKeePass("out.kdbx", password="test")
kp.dump_xml("out.xml")