1File::KDBX::KDF::AES(3)User Contributed Perl DocumentatioFnile::KDBX::KDF::AES(3)
2
3
4

NAME

6       File::KDBX::KDF::AES - Using the AES cipher as a key derivation
7       function
8

VERSION

10       version 0.906
11

DESCRIPTION

13       An AES-256-based key derivation function. This is a File::KDBX::KDF
14       subclass.
15
16       This KDF has a long, solid track record. It is supported in both KDBX3
17       and KDBX4.
18

ATTRIBUTES

20   rounds
21           $rounds = $kdf->rounds;
22
23       Get the number of times to run the function during transformation.
24

CAVEATS

26       This module can be pretty slow when the number of rounds is high. If
27       you have File::KDBX::XS, that will help. If your perl has "fork", that
28       will also help. If you need to turn off one or both of these
29       optimizations for some reason, set the "PERL_ONLY" (to prevent Loading
30       "File::KDBX::XS") and "NO_FORK" environment variables.
31

BUGS

33       Please report any bugs or feature requests on the bugtracker website
34       <https://github.com/chazmcgarvey/File-KDBX/issues>
35
36       When submitting a bug or request, please include a test-file or a patch
37       to an existing test-file that illustrates the bug or desired feature.
38

AUTHOR

40       Charles McGarvey <ccm@cpan.org>
41
43       This software is copyright (c) 2022 by Charles McGarvey.
44
45       This is free software; you can redistribute it and/or modify it under
46       the same terms as the Perl 5 programming language system itself.
47
48
49
50perl v5.38.0                      2023-09-27           File::KDBX::KDF::AES(3)
Impressum