Skip to main content
Ground Control | Tier 1
October 11, 2022
Question

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

  • October 11, 2022
  • 3 replies
  • 38 views
is it possible to encrypt and decrypt the image in AA?

    3 replies

    Micah.Smith
    Automation Anywhere Team
    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

    Most Valuable Pathfinder
    October 11, 2022
    Automation Anywhere Team
    October 13, 2022

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