EDI data security over Transmission

Hi All,
I would like to transfer EDI data from one TN to other TN(which is on another IS).While transmitting from source ,I should provide some security like encryption of data.Any procedure to follow while submitting the data.
Any suggestions on this kind of situation please… :?:

Thanks

Bejagam

Check EDI INT, AS2 should provide the security feature you are looking for.

1 Like

Since it is AS2, you need to provide certs on the TN profile. so that, whenever you are sending data thru TN, it intern encrypts data and post it to the other TN( running on different IS). At the same time if you receive data from other TN, it will decrepts and process it.

@bejagam:

Please explore, pub.security.util:createSecureString & pub.security.util:convertSecureString. It may suffice your requirement.

Thanks,
Rankesh