1File::KDBX::Cipher::CBCU(s3e)r Contributed Perl DocumentaFtiiloen::KDBX::Cipher::CBC(3)
2
3
4
6 File::KDBX::Cipher::CBC - A CBC block cipher mode encrypter/decrypter
7
9 version 0.906
10
12 use File::KDBX::Cipher::CBC;
13
14 my $cipher = File::KDBX::Cipher::CBC->new(algorithm => $algo, key => $key, iv => $iv);
15
17 A subclass of File::KDBX::Cipher for encrypting and decrypting data
18 using the CBC block cipher mode.
19
21 Please report any bugs or feature requests on the bugtracker website
22 <https://github.com/chazmcgarvey/File-KDBX/issues>
23
24 When submitting a bug or request, please include a test-file or a patch
25 to an existing test-file that illustrates the bug or desired feature.
26
28 Charles McGarvey <ccm@cpan.org>
29
31 This software is copyright (c) 2022 by Charles McGarvey.
32
33 This is free software; you can redistribute it and/or modify it under
34 the same terms as the Perl 5 programming language system itself.
35
36
37
38perl v5.36.1 2023-09-27 File::KDBX::Cipher::CBC(3)