- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2023 10:54 PM
We have been given an RSA public key and we need to encrypt a given string field value using RSA encryption before passing it on to the tool using POST.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2023 05:38 AM - edited ‎11-07-2023 08:41 AM
I have done it by using JSEncrypt. If anyone is interested to know how I have done it, Please feel free to comment or reach out.
Regards,
Varun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2023 05:38 AM - edited ‎11-07-2023 08:41 AM
I have done it by using JSEncrypt. If anyone is interested to know how I have done it, Please feel free to comment or reach out.
Regards,
Varun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2024 07:45 PM
Could you please share the code you implemented in the ui script?
I would appreciate it if you could also share an example.
ServiceNow itself does not provide RSA encryption.
I am having a hard time.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2023 01:32 PM
Hello, gupta.
I'm trying to convert JSEncrypt to script include.
Can you share your solution to me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2023 08:40 AM
is it for Global or Scopped Application?