Message Level Encryption

puja kumari
Tera Contributor

has anyone implemented message level encryption in servicenow instance. So basically i have written one rest message for which payload is in encrypted way. so how can we encrypt payload content and after encryption we can use that in http post method's content so that we can have decrypted result  in response .

 

Thanks

7 REPLIES 7

@puja kumari 

Hope you are doing good.

Did my reply answer your question?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

puja kumari
Tera Contributor

@Omender Singh 

Thanks for the quick response, 

could you please tell me step by step process for the approach option 2 and 4

Thanks

puja kumari
Tera Contributor

Just FYI , we can encrypt and decrypt payload by Skyflow. I.e , we can send request to skyflow and skyflow will encrypt and decrypt payload and send the decrypted response to the receiver.