databases/p5-DBIx-Class-EncodedColumn - The NetBSD Packages Collection

DBIx::Class component to automatically encode columns

This DBIx::Class component can be used to automatically encode a column's
contents whenever the value of that column is set.

This module is similar to the existing DBIx::Class::DigestColumns, but
there is some key differences:

DigestColumns performs the encode operation on insert and update, and
EncodedColumn performs the operation when the value is set, or on new.
DigestColumns supports only algorithms of the Digest family. EncodedColumn
employs a set of thin wrappers around different cipher modules to provide
support for any cipher you wish to use and wrappers are very simple to
write (typically less than 30 lines).
EncodedColumn supports having more than one encoded column per table
and each column can use a different cipher.
Encode adds only one item to the namespace of the object utilizing it
(_column_encoders).

There is, unfortunately, some features that EncodedColumn doesn't support.
DigestColumns supports changing certain options at runtime, as well as the
option to not automatically encode values on set. The author of this module
found these options to be non-essential and omitted them by design.

Build dependencies

devel/p5-Module-Build-Tiny pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

databases/p5-DBIx-Class devel/p5-Sub-Name security/p5-Crypt-Eksblowfish security/p5-Crypt-OpenPGP security/p5-Crypt-CAST5_PP lang/perl5 lang/perl5

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64p5-DBIx-Class-EncodedColumn-0.00020nb4.tgz
NetBSD 10.0aarch64p5-DBIx-Class-EncodedColumn-0.00020nb3.tgz
NetBSD 10.0aarch64p5-DBIx-Class-EncodedColumn-0.00020nb4.tgz
NetBSD 10.0aarch64ebp5-DBIx-Class-EncodedColumn-0.00020nb4.tgz
NetBSD 10.0earmv6hfp5-DBIx-Class-EncodedColumn-0.00020nb4.tgz
NetBSD 10.0earmv6hfp5-DBIx-Class-EncodedColumn-0.00020nb4.tgz
NetBSD 10.0earmv7hfp5-DBIx-Class-EncodedColumn-0.00020nb4.tgz
NetBSD 10.0earmv7hfp5-DBIx-Class-EncodedColumn-0.00020nb3.tgz
NetBSD 10.0earmv7hfp5-DBIx-Class-EncodedColumn-0.00020nb4.tgz
NetBSD 10.0i386p5-DBIx-Class-EncodedColumn-0.00020nb4.tgz
NetBSD 10.0i386p5-DBIx-Class-EncodedColumn-0.00020nb4.tgz
NetBSD 10.0powerpcp5-DBIx-Class-EncodedColumn-0.00020nb4.tgz
NetBSD 10.0x86_64p5-DBIx-Class-EncodedColumn-0.00020nb4.tgz
NetBSD 8.0powerpcp5-DBIx-Class-EncodedColumn-0.00020nb3.tgz
NetBSD 9.0aarch64p5-DBIx-Class-EncodedColumn-0.00020nb4.tgz
NetBSD 9.0aarch64p5-DBIx-Class-EncodedColumn-0.00020nb3.tgz
NetBSD 9.0aarch64p5-DBIx-Class-EncodedColumn-0.00020nb4.tgz
NetBSD 9.0alphap5-DBIx-Class-EncodedColumn-0.00020nb3.tgz
NetBSD 9.0earmv6hfp5-DBIx-Class-EncodedColumn-0.00020nb4.tgz
NetBSD 9.0earmv6hfp5-DBIx-Class-EncodedColumn-0.00020nb4.tgz
NetBSD 9.0earmv7hfp5-DBIx-Class-EncodedColumn-0.00020nb4.tgz
NetBSD 9.0earmv7hfp5-DBIx-Class-EncodedColumn-0.00020nb3.tgz
NetBSD 9.0earmv7hfp5-DBIx-Class-EncodedColumn-0.00020nb4.tgz
NetBSD 9.0i386p5-DBIx-Class-EncodedColumn-0.00020nb4.tgz
NetBSD 9.0i386p5-DBIx-Class-EncodedColumn-0.00020nb4.tgz
NetBSD 9.0mips64ebp5-DBIx-Class-EncodedColumn-0.00020nb3.tgz
NetBSD 9.0mipselp5-DBIx-Class-EncodedColumn-0.00020nb3.tgz
NetBSD 9.0powerpcp5-DBIx-Class-EncodedColumn-0.00020nb4.tgz
NetBSD 9.0powerpcp5-DBIx-Class-EncodedColumn-0.00020nb3.tgz
NetBSD 9.0sparc64p5-DBIx-Class-EncodedColumn-0.00020nb3.tgz
NetBSD 9.0x86_64p5-DBIx-Class-EncodedColumn-0.00020nb4.tgz
NetBSD 9.0x86_64p5-DBIx-Class-EncodedColumn-0.00020nb4.tgz
NetBSD 9.3x86_64p5-DBIx-Class-EncodedColumn-0.00020nb4.tgz
NetBSD 9.3x86_64p5-DBIx-Class-EncodedColumn-0.00020nb4.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.