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