Encrypts a request/response with the given encrypter.
encrypter
String pandoraEncrypt( String data, Converter<List<int>, String> encrypter, ) => encrypter.convert(padPKCS5(utf8.encode(data)));