Module: EncryptedField

Defined in:
lib/encrypted-field.rb,
lib/encrypted-field/field.rb,
lib/encrypted-field/config.rb,
lib/encrypted-field/encoder.rb,
lib/encrypted-field/base_policy.rb,
lib/encrypted-field/policy_with_iv.rb,
lib/encrypted-field/policy_without_iv.rb

Overview

EncryptedField is a library for obfuscating and simplifying the logic around encrypting/decrypting values from a DB

Defined Under Namespace

Modules: ClassMethods Classes: BasePolicy, Config, Encoder, Field, PolicyWithIV, PolicyWithoutIV

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



12
13
14
# File 'lib/encrypted-field.rb', line 12

def self.included(base)
  base.extend ClassMethods
end