cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Linux script for PGP encryption

Former Member
0 Likes
891

Hello,

We are trying to do PGP encryption by giving the OS command in the File adapter. Can somebody provide me the exact linux script that we should use to do PGP encryption?

Note: We have XI-3.0 on LINUX.

Promise points for helpful answers.

Regards,

Raji.

View Entire Topic
Former Member
0 Likes

try this

Current versions found at http://www.cryptix.org and http://www.bouncycastle.org.

http://www.bouncycastle.org/documentation.html

If you want to use the unix script on windows then you need cygwin. Take the shell executable and cygwin.dll and copy them to another machine and try out.

Else you write an .exe or a batch file where you will give your PGP command to encrypt and decrypt and execute it from the OS level in your adapter. Check my answer in this thread:

Might be useful.