71 72 73
# File 'lib/cnvrg/downloader/client.rb', line 71 def decrypt(str) Cnvrg::Helpers.decrypt(@key, @iv, str) end