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
Ruben Vermeersch 6646edc6e1 Initial commit
2017-08-03 08:04:26 +02:00

7 lines
123 B
Python

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