module Encryptor
def self.default_options
Defaults to { :algorithm => 'aes-256-cbc' }
The default options to use when calling the encrypt and decrypt methods
def self.default_options @default_options ||= { :algorithm => 'aes-256-cbc' } end
def self.default_options @default_options ||= { :algorithm => 'aes-256-cbc' } end