1
0

Initial commit

This commit is contained in:
Ruben Vermeersch
2017-08-03 08:04:26 +02:00
commit 6646edc6e1
4 changed files with 207 additions and 0 deletions

6
dump.py Normal file
View File

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