Encryption Decryption policies

Is there a sample available for encryption/decryption of soap payload via apigee ?

0 3 1,272
3 REPLIES 3

Not applicable

I presume you are talking about using HMAC to hash the body of the request and verify a response? If so, these are typically handled through a Callout.

Can you provide some more details on what you are looking to do?

That is correct.Is there a sample to refer?

Hi Vinay,

Adding to David's response - you could handle this in several ways using callouts - either java or js or python or in node and answer or libs you would use will depend on language you choose

refer to some of the previous community posts around this topic which might be helpful - and have detailed answers

https://community.apigee.com/questions/747/how-to-encrypt-url-link-with-apigee.html

https://community.apigee.com/questions/224/hmac-request-validation.html

Thanks,

Mukundha