# File lib/ezcrypto.rb, line 177 def encrypt(data) if data==nil || data=="" nil else encrypter("") @cipher.encrypt(data) end end