question

NavinDondapati avatar image
0 Votes"
NavinDondapati asked ShaikMaheer-MSFT commented

ADF Decrypt files encrypted by Talend using Aes

Hi Guys,

We use Talend to load all the files to Adls2, but all the files are encrypted using Aes as they load to raw zone.

For down stream process we need to decrypt all files.

How do we decrypt files using Adf?

Regards,
Navin

azure-data-factory
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @NavinDondapati ,

Following up to see, is below provided answer helps you? Please Accept Answer. Accepting answer will help community. Thank you.

0 Votes 0 ·

Hi @NavinDondapati ,

Just checking is below provided answer helps? If yes, Please Accept Answer. Accepting answer helps community. Thank you

0 Votes 0 ·

1 Answer

ShaikMaheer-MSFT avatar image
0 Votes"
ShaikMaheer-MSFT answered

Hi @NavinDondapati ,

Thank you for posting query in Microsoft Q&A Platform.

Unfortunately there is no out of box feature in Azure Data factory to perform encryption/decryption of files. Below are couple of feature request suggestions submitted by other Azure users. Please feel free to comment and/or up-vote the user voice items to increase the priority of feature implementation.
https://feedback.azure.com/forums/270578-data-factory/suggestions/40410025-ability-to-decrypt-and-encrypt-the-incoming-and-ou
https://feedback.azure.com/forums/270578-data-factory/suggestions/41023156-add-support-for-gpg-file-decryption

You can have your decryption logic in batch service or Azure functions. You call a batch service via a custom activity and Azure Functions using Azure Function Activity.

Hope this will help. Thank you.


  • Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.

  • Want a reminder to come back and check responses? Here is how to subscribe to a notification.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.