savritsky/libKeePHPass
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
libKeePHPass 2012 by Lutz-Peter Hooge This is a library for reading and writing KeePass database files (kdb) in PHP. Currently reading and writing the current keepass 1.x (classic) format is supported, also reading and writing of xml data in kdbx-files. REQUIREMENTS PHP 5.3 (other PHP 5.x versions will probably work but are untested) mcrypt extension hash extension zlib extension (for compressed kdbx files only) DOM and libxml (currently only for reading keepass 2.x keyfiles) USAGE see index.php for an example