logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Attributes

rounds
           $rounds = $kdf->rounds;

       Get the number of times to run the function during transformation.

Author

       Charles McGarvey <ccm@cpan.org>

Bugs

       Please report any bugs or feature requests on the bugtracker website
       <https://github.com/chazmcgarvey/File-KDBX/issues>

       When submitting a bug or request, please include a test-file or a patch to an existing test-file that
       illustrates the bug or desired feature.

Caveats

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

Description

       An AES-256-based key derivation function. This is a File::KDBX::KDF subclass.

       This KDF has a long, solid track record. It is supported in both KDBX3 and KDBX4.

Name

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

Version

       version 0.906

See Also