- 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
‎11-07-2023 08:43 AM
JSEncrypt code won't work in script include since it is a front end script.
You need to create a new UI script and copy the JSEncrypt code in it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2023 08:45 AM
Oh. UI script. Okay. I will try it. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2025 03:15 AM
Hey Varunn,
Can you share the UI Script code and how you called this code in your script with keys to encrypt and decrypt?
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-07-2023 08:44 AM
It is scoped. but Global is also good.