# File lib/ezcrypto.rb, line 327 def decrypter(target='') @cipher = EzCrypto::Decrypter.new(self,target,@algorithm) end