Method: Kernel#_ez_decrypt64
- Defined in:
- lib/ezcrypter/kernel.rb
#_ez_decrypt64(value, worker = :default) ⇒ Object
A helper method that calls Mack::Utils::Crypt::Keeper with the specified worker and calls the decrypt method on that worker.
23 24 25 |
# File 'lib/ezcrypter/kernel.rb', line 23 def _ez_decrypt64(value, worker = :default) EzCrypter::Keeper.instance.worker(worker).ez_decrypt64(value) end |