# File lib/ezcrypto.rb, line 319 def encrypter(target='') @cipher = EzCrypto::Encrypter.new(self,target,@algorithm) end