module Encryptor
module Encryptor::String
encryptor
1.1.1
# decrypt
def decrypt(options = {}) Encryptor.decrypt(options.merge(:value => self)) end