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

NAME

OpusVL::Preferences::Schema

VERSION

version 0.27

SYNOPSIS

This is the DBIx::Class schema for the Preferences module.

ATTRIBUTES

encryption_key

An Encryption key to use for symmetric cryptography of selected fields.

This will be used in the OpusVL::SimpleCrypto module, see that for how to generate keys.

encryption_salt

A salt to use for symmetric cryptography of selected fields.

This will be used in the OpusVL::SimpleCrypto module, see that for how to generate keys and salt.

encryption_client

The client to perform encryption. If the key or salt are not provided this will return undef.

AUTHOR

OpusVL - www.opusvl.com

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by OpusVL - www.opusvl.com.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.