What is best way to do PGP file encryption/decryption in logic apps

Lu Li 41 Reputation points
2021-06-10T04:43:38.873+00:00

Hello,

I have a requirement to encrypt/decrypt file using PGP in Azure Logic Apps. It looks like there is no out-of-box connector i can use. Does that mean i have to write my own code for this encryption function? I am new to Azure integration, please correct me if i am wrong and that would be helpful if anyone can give any suggestions?

Thanks in advance

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,862 questions
{count} votes

Accepted answer
  1. MayankBargali-MSFT 68,656 Reputation points
    2021-06-10T05:42:21.197+00:00

    Hi @Lu Li

    Welcome to Microsoft Q&A! Thanks for posting the question.

    There are no PGP file encryption/decryption in logic apps. You need to offload this functionality to azure function and call the azure function within logic app.
    You need to write your own code for encryption/decryption. I come across this github repro and you can try to explore it and see if it helps you.
    Alternatively if you are comfortable with python you can leverage the python-gnupg library.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful