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.