Question

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

  • 11 October 2022
  • 3 replies
  • 5 views

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

3 replies

Userlevel 5
Badge +9

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

Userlevel 5
Badge +12

Hi @archana m​ ,

 

You can try using PGB command, checkout below documentation on usage.

 

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-using-the-encrypt-files-action.html/p>

Userlevel 6
Badge +9

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

Reply