Encrypts a request using the default partner encrypter.
String pandoraEncryptRequest(String data) => pandoraEncrypt(data, _requestEncrypter);