Name : perl-DBIx-Class-EncodedColumn
| |
Version : 0.00015
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.1
| Date : 2017-03-13 17:45:23
|
Group : Development/Libraries/Perl
| Source RPM : perl-DBIx-Class-EncodedColumn-0.00015-1.1.src.rpm
|
Size : 0.04 MB
| |
Packager : (none)
| |
Summary : Automatically encode columns
|
Description :
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.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/SLE_12_SP2/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(DBIx::Class::EncodedColumn)
perl(DBIx::Class::EncodedColumn::Crypt)
perl(DBIx::Class::EncodedColumn::Crypt::Eksblowfish::Bcrypt)
perl(DBIx::Class::EncodedColumn::Crypt::OpenPGP)
perl(DBIx::Class::EncodedColumn::Digest)
perl-DBIx-Class-EncodedColumn
Requires :