# File lib/active_merchant/billing/integrations/sage_pay_form/encryption.rb, line 10 def sage_decrypt(ciphertext, key) sage_encrypt_xor(ActiveSupport::Base64.decode64(ciphertext), key) end