Skip to main content
Question

is it possible to encrypt and decrypt the image in AA?

  • October 11, 2022
  • 3 replies
  • 24 views

is it possible to encrypt and decrypt the image in AA?

3 replies

Micah.Smith
Automation Anywhere Team
Forum|alt.badge.img+14
  • Automation Anywhere Team
  • October 11, 2022

Yep - the easiest way would be through using JavaScript or Python within your bot. If you want to go a step further, you could write a custom package using the Automation 360 Package SDK (Java) and create the actions to encrypt/decrypt based on a file path


Forum|alt.badge.img+22
  • Most Valuable Pathfinder
  • October 11, 2022

Forum|alt.badge.img+12

Yes it is very possible and the ideal way would be to do it via custom JS or Py code.