Forum Discussion
igormicev
5 years agoContributor
You have to use a Script snap. It supports JavaScript, Python and Ruby. Here is an article that uses Javascript Achieve Custom 256BIT AES/CBC/PKCS7 Encryption in SnapLogic Using Script Snap - ⋮IWConnect
The basic python support with the Script snap is limited to some basic packages, but depending on the encryption you might be able to make a decryption
However, if you additionally have the Snaplogic RPE you can use the Remote Python Script and try with many of the python’s packages for encr/decr.