PeterS
PeterS

Reputation: 71

Azure key vault in logic app to encrypt or decrypt files

I have a case were I need to connect to a Bank using sFTP and retrieve bank statements and send payment files.

The basic flows will be:

Get Bank statements.

Send Payment File

Checking the requirements received against the Key Vault functionalities is see that Encryption algorithm for data AES256 is not supported?

Any suggestions?

enter image description here

Upvotes: 0

Views: 1071

Answers (1)

vijaya
vijaya

Reputation: 1731

As of now algorithms supported for encryption or decryption using logic apps are RSA-OAEP, RSA1_5 and RSA-OAEP-256. ASE algorithm is not available from logic apps.

Refer this link it may help you

enter image description here

enter image description here

Upvotes: 1

Related Questions