Message Level Encryption
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-08-2025 11:45 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-24-2025 04:46 AM
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.
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-09-2025 12:00 AM
Thanks for the quick response,
could you please tell me step by step process for the approach option 2 and 4
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-02-2025 11:33 PM
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.