1File::KDBX::KDF::Argon2U(s3e)r Contributed Perl DocumentaFtiiloen::KDBX::KDF::Argon2(3)
2
3
4
6 File::KDBX::KDF::Argon2 - The Argon2 family of key derivation functions
7
9 version 0.906
10
12 An Argon2 key derivation function. This is a File::KDBX::KDF subclass.
13
14 This KDF allows for excellent resistance to ASIC password cracking.
15 It's a solid choice but doesn't have the track record of
16 File::KDBX::KDF::AES and requires using the KDBX4+ file format.
17
19 salt
20 parallelism
21 memory
22 iterations
23 version
24 secret
25 assocdata
26 Get various KDF parameters.
27
28 "version", "secret" and "assocdata" are currently unused.
29
31 Please report any bugs or feature requests on the bugtracker website
32 <https://github.com/chazmcgarvey/File-KDBX/issues>
33
34 When submitting a bug or request, please include a test-file or a patch
35 to an existing test-file that illustrates the bug or desired feature.
36
38 Charles McGarvey <ccm@cpan.org>
39
41 This software is copyright (c) 2022 by Charles McGarvey.
42
43 This is free software; you can redistribute it and/or modify it under
44 the same terms as the Perl 5 programming language system itself.
45
46
47
48perl v5.38.0 2023-09-27 File::KDBX::KDF::Argon2(3)