1File::KDBX::Loader::KDBU(s3e)r Contributed Perl DocumentaFtiiloen::KDBX::Loader::KDB(3)
2
3
4
6 File::KDBX::Loader::KDB - Read KDB files
7
9 version 0.906
10
12 Read older KDB (KeePass 1) files. This feature requires an additional
13 module to be installed:
14
15 • File::KeePass
16
18 convert_keepass_to_kdbx
19 $kdbx = convert_keepass_to_kdbx($keepass);
20 $kdbx = convert_keepass_to_kdbx($keepass, $kdbx);
21
22 Convert a File::KeePass to a File::KDBX.
23
25 Please report any bugs or feature requests on the bugtracker website
26 <https://github.com/chazmcgarvey/File-KDBX/issues>
27
28 When submitting a bug or request, please include a test-file or a patch
29 to an existing test-file that illustrates the bug or desired feature.
30
32 Charles McGarvey <ccm@cpan.org>
33
35 This software is copyright (c) 2022 by Charles McGarvey.
36
37 This is free software; you can redistribute it and/or modify it under
38 the same terms as the Perl 5 programming language system itself.
39
40
41
42perl v5.36.1 2023-09-27 File::KDBX::Loader::KDB(3)