Search code examples
ibm-cloud

Encrypting some JSON values inside JSON packets


I have a requirement to encrypt/decrypt selected attribute values for some of the JSON packets that will flow through the API gateway. Is this possible using Bluemix API Management?

I have looked through the documentation, but didn't find anything so maybe this is an undocumented feature.


Solution

  • You would have to write a microservice or some app code to do this.