|
6 years ago | |
---|---|---|
.gitignore | 6 years ago | |
LICENSE.md | 6 years ago | |
README.md | 6 years ago | |
kpx-takeout.php | 6 years ago |
A PHP command line utility for converting from the KeePassX XML format to other password manager formats.
php kpx-takeout.php -- output_format (flags) /path/to/xmlfile.xml (/path/to/output.ext)
in your shell of choice[format]-import.[ext]
kpx-takeout.php
or your input file is located-o
will overwrite an existing file at the output location, if it exists. If a directory is specified as the output location and this flag is not set, the script will create a new file with a datestamp appended.-v
will verbosely output information to the console. When this flag is unset, the program will only output errors.lastpass
)
passwordsafe
)
This software is licensed under the GPL v2.0 License.