Application integration - cryptographic functionality

I need to create a simple project that should encrypt some message using aes256 and send it via rest api, but I haven't found the functionality to do this.

I tried to use existing js libraries for this but it seems that the js mapping task does not allow external libraries.

Please advise if there is any way to use any cryptographic algorithms in integrations.

Solved Solved
0 1 160
1 ACCEPTED SOLUTION

Solved the problem by creating the custom function in CloudFunctions and using the CloudFunction task to call it

View solution in original post

1 REPLY 1

Solved the problem by creating the custom function in CloudFunctions and using the CloudFunction task to call it