Name: | perl-File-KeePass |
Version: | 2.03 |
Release: | 36.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 131854 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: |
perl-File-KeePass-2.03-36.el10_0.noarch.rpm
|
Source RPM: |
perl-File-KeePass-2.03-36.el10_0.src.rpm
|
Build Date: | Thu Dec 19 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/File-KeePass |
Summary: | Interface to KeePass V1 and V2 database files |
Description: | File::KeePass gives access to KeePass version 1 (kdb) and
version 2 (kdbx) databases.
The version 1 and version 2 databases are very different
in construction, but the majority of information overlaps
and many algorithms are similar. File::KeePass attempts to
iron out as many of the differences.
File::KeePass gives nearly raw data access. There are a few
utility methods for manipulating groups and entries. More
advanced manipulation can easily be layered on top by
other modules.
File::KeePass is only used for reading and writing databases
and for keeping passwords scrambled while in memory.
Programs dealing with UI or using of auto-type features are
the domain of other modules on CPAN. File::KeePass::Agent
is one example. |