1pif-to-kdbx/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")