Module: ActiveEncryption

Includes:
Configuration
Defined in:
lib/active_encryption.rb,
lib/active_encryption/version.rb,
lib/active_encryption/encryptor.rb,
lib/active_encryption/encryptable.rb,
lib/active_encryption/configuration.rb,
lib/active_encryption/configuration/store.rb,
lib/active_encryption/adapters/active_record.rb,
lib/active_encryption/encryption_setting/key.rb,
lib/active_encryption/encryption_setting/record.rb,
lib/generators/active_encryption/install_generator.rb,
lib/active_encryption/encryption_setting/yaml_store.rb,
lib/active_encryption/encryptable/instance_methods_on_activation.rb

Overview

The top-level ActiveEncryption module isolates the gem from the host application.

Defined Under Namespace

Modules: Adapters, Configuration, Encryptable, EncryptionSetting, Generators Classes: Encryptor, Error

Constant Summary collapse

VERSION =
'0.1.0'

Method Summary

Methods included from Configuration

included