
Small amount of metadata (timestamps, etc.) is associated with each entry, group and the Groups, entries, strings and binaries: that's the KDBX vernacular.


There might be minor changes up until a 1.0 release. The interface should be considered pretty stable, but Interested in File::KeePass::KDBX that is a drop-in replacement for File::KeePass that If you're coming here from the File::KeePass world, you might be File::KeePass is an alternative module that works well in most casesīut has a small backlog of bugs and security issues and also does not work with newer KDBX implementation of KeePass as well as theįile::KeePass module. The design of this software was influenced by the KeePassXC The distribution also includes various parsers and generators for serializing and This module lets you query entries, create new entries, delete entries, modify entries and It was developed for the KeePass password safe. Hierarchical object database which is commonly used to store secret information securely.

# Iterate over database entries, print entry titlesĭESCRIPTION File::KDBX provides everything you need to work with KDBX databases. My $kdbx2 = File::KDBX->load_file('passwords.kdbx', 'masterpw changeme')

# Load the database from the filesystem into a new database instance $kdbx->dump_file('passwords.kdbx', 'masterpw changeme') Provided by: libfile-kdbx-perl_0.906-2_allįile::KDBX - Encrypted database to store secret text and files
