The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:File::KeePass"

File::KeePass - Interface to KeePass V1 and V2 database files River stage one • 2 direct dependents • 3 total dependents

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 at...

RHANDOM/File-KeePass-2.03 - 15 Sep 2012 22:25:43 UTC

File::KeePass::KDBX - Read and write KDBX files (using the File::KDBX backend) River stage one • 1 direct dependent • 1 total dependent

This is a File::KeePass compatibility shim for File::KDBX. It presents the same interface as File::KeePass (mostly, see "Discrepancies") but uses File::KDBX for database storage, file parsing, etc. It is meant to be a drop-in replacement for File::Ke...

CCM/File-KeePass-KDBX-0.902 - 15 May 2022 18:59:39 UTC

File::KeePass::Agent - Application agent for working with File::KeePass objects River stage one • 1 direct dependent • 1 total dependent

RHANDOM/File-KeePass-Agent-2.01 - 13 Sep 2012 16:03:01 UTC

File::KeePass::Agent::unix - platform specific utilities for Agent River stage one • 1 direct dependent • 1 total dependent

This module provides unix based support for the File::KeePassAgent. It should work for anything using an X server. It should not normally be used on its own....

RHANDOM/File-KeePass-Agent-2.01 - 13 Sep 2012 16:03:01 UTC

File::KeePass::Agent::KDBX - A KeePass 2 agent River stage zero No dependents

This is a thin subclass of File::KeePass::Agent that uses the newer File::KDBX parser. It is meant to be a drop-in replacement. This module really doesn't do anything except provide a way to load a backend other than File::KeePass. You could accompli...

CCM/File-KeePass-Agent-KDBX-0.902 - 04 May 2022 19:29:36 UTC

File::KeePass::Agent::linux - platform specific utilities for Agent River stage one • 1 direct dependent • 1 total dependent

This module linux based support for the File::KeePassAgent. It should not normally be used on its own. See File::KeePass::Agent::unix....

RHANDOM/File-KeePass-Agent-2.01 - 13 Sep 2012 16:03:01 UTC

File::KDBX::Dumper::XML - Dump unencrypted XML KeePass files River stage one • 1 direct dependent • 2 total dependents

CCM/File-KDBX-0.906 - 17 Aug 2022 01:45:28 UTC

File::KDBX::Loader::XML - Load unencrypted XML KeePass files River stage one • 1 direct dependent • 2 total dependents

CCM/File-KDBX-0.906 - 17 Aug 2022 01:45:28 UTC

File::KDBX - Encrypted database to store secret text and files River stage one • 1 direct dependent • 2 total dependents

File::KDBX provides everything you need to work with KDBX databases. A KDBX database is a hierarchical object database which is commonly used to store secret information securely. It was developed for the KeePass password safe. See "Introduction to K...

CCM/File-KDBX-0.906 - 17 Aug 2022 01:45:28 UTC

File::KDBX::KDF - A key derivation function River stage one • 1 direct dependent • 2 total dependents

A KDF (key derivation function) is used in the transformation of a master key (i.e. one or more component keys) to produce the final encryption key protecting a KDBX database. The File::KDBX distribution comes with several pre-registered KDFs ready t...

CCM/File-KDBX-0.906 - 17 Aug 2022 01:45:28 UTC

File::KDBX::Key - A credential that can protect a KDBX file River stage one • 1 direct dependent • 2 total dependents

A master key is one or more credentials that can protect a KDBX database. When you encrypt a database with a master key, you will need the master key to decrypt it. Keep your master key safe! If someone gains access to your master key, they can open ...

CCM/File-KDBX-0.906 - 17 Aug 2022 01:45:28 UTC

File::KDBX::Group - A KDBX database group River stage one • 1 direct dependent • 2 total dependents

A group in a KDBX database is a type of object that can contain entries and other groups. There is also some metadata associated with a group. Each group in a database is identified uniquely by a UUID. An entry can also have an icon associated with i...

CCM/File-KDBX-0.906 - 17 Aug 2022 01:45:28 UTC

File::KDBX::Entry - A KDBX database entry River stage one • 1 direct dependent • 2 total dependents

An entry in a KDBX database is a record that can contains strings (also called "fields") and binaries (also called "files" or "attachments"). Every string and binary has a key or name. There is a default set of strings that every entry has: * Title *...

CCM/File-KDBX-0.906 - 17 Aug 2022 01:45:28 UTC

File::KDBX::Cipher - A block cipher mode or cipher stream River stage one • 1 direct dependent • 2 total dependents

A cipher is used to encrypt and decrypt KDBX files. The File::KDBX distribution comes with several pre-registered ciphers ready to go: * "61AB05A1-9464-41C3-8D74-3A563DF8DD35" - AES128 (legacy) * "31C1F2E6-BF71-4350-BE58-05216AFC5AFF" - AES256 * "D60...

CCM/File-KDBX-0.906 - 17 Aug 2022 01:45:28 UTC

File::KDBX::Loader - Load KDBX files River stage one • 1 direct dependent • 2 total dependents

CCM/File-KDBX-0.906 - 17 Aug 2022 01:45:28 UTC

File::KDBX::Constants - All the KDBX-related constants you could ever want River stage one • 1 direct dependent • 2 total dependents

This module provides importable constants related to KDBX. Constants can be imported individually or in groups (by tag). The available tags are: * ":magic" * ":version" * ":header" * ":compression" * ":cipher" * ":random_stream" * ":kdf" * ":variant_...

CCM/File-KDBX-0.906 - 17 Aug 2022 01:45:28 UTC

File::KDBX::Dumper::Raw - A no-op dumper that dumps content as-is River stage one • 1 direct dependent • 2 total dependents

A typical KDBX file is made up of an outer section (with headers) and an inner section (with the body). The inner section is usually dumped using File::KDBX::Dumper::XML, but you can use the File::KDBX::Dumper::Raw dumper to just write some arbitrary...

CCM/File-KDBX-0.906 - 17 Aug 2022 01:45:28 UTC

File::KDBX::Loader::KDB - Read KDB files River stage one • 1 direct dependent • 2 total dependents

Read older KDB (KeePass 1) files. This feature requires an additional module to be installed: * File::KeePass...

CCM/File-KDBX-0.906 - 17 Aug 2022 01:45:28 UTC

File::KDBX::Dumper::KDB - Write KDB files River stage one • 1 direct dependent • 2 total dependents

Dump older KDB (KeePass 1) files. This feature requires additional modules to be installed: * File::KeePass * File::KeePass::KDBX...

CCM/File-KDBX-0.906 - 17 Aug 2022 01:45:28 UTC
19 results (0.053 seconds)