The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:File-KDBX CCM"

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::IO - Base IO class for KDBX-related streams River stage one • 1 direct dependent • 2 total dependents

This is a IO::Handle subclass which provides self-tying and buffering. It currently provides an interface for subclasses that is similar to PerlIO::via, but this is subject to change. Don't depend on this outside of the File::KDBX distribution. Curre...

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::Safe - Keep strings encrypted while in memory River stage one • 1 direct dependent • 2 total dependents

This module provides memory protection functionality. It keeps strings encrypted in memory and decrypts them as-needed. Encryption and decryption is done using a File::KDBX::Cipher::Stream. A safe can protect one or more (possibly many) strings. When...

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

File::KDBX::Error - Represents something bad that happened River stage one • 1 direct dependent • 2 total dependents

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

File::KDBX::Util - Utility functions for working with 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::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::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::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::Dumper - Write 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::Object - A KDBX database object River stage one • 1 direct dependent • 2 total dependents

KDBX is an object database. This abstract class represents an object. You should not use this class directly but instead use its subclasses: * File::KDBX::Entry * File::KDBX::Group There is some functionality shared by both types of objects, and that...

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

File::KDBX::KDF::AES - Using the AES cipher as a key derivation function River stage one • 1 direct dependent • 2 total dependents

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

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

File::KDBX::Loader::V4 - Load KDBX4 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::V3 - Load KDBX3 files River stage one • 1 direct dependent • 2 total dependents

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

File::KDBX::Dumper::V3 - Dump KDBX3 files River stage one • 1 direct dependent • 2 total dependents

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

File::KDBX::Dumper::V4 - Dump KDBX4 files River stage one • 1 direct dependent • 2 total dependents

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

File::KDBX::IO::Crypt - Encrypter/decrypter IO handle River stage one • 1 direct dependent • 2 total dependents

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

File::KDBX::Iterator - KDBX database iterator River stage one • 1 direct dependent • 2 total dependents

A buffered iterator compatible with and expanding upon Iterator::Simple, this provides an easy way to navigate a File::KDBX database. The documentation for Iterator::Simple documents functions and methods supported by this iterator that are not docum...

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