Decrypts a response using the default partner encrypter.
String pandoraDecryptResponse(String data, [int drop = 0]) => pandoraDecrypt(data, _responseDecrypter, drop);