module Encryptor::String

def encrypt!(options ={})

Replaces the contents of a string with the encrypted version of itself
def encrypt!(options ={})
  replace encrypt(options)
end