PGP ASCII
We are trying to encrypt a file using a PGP key. when we use the Encryption activity in Adeptia, it does not encrypt it as ASCII. Since Adeptia does not support ASCII encryption, I figured the only way around it is to use GNU tool to encrypt the file
When we run this using the cmdline utility, we have to use this option (d:\Progra~1\GNU\GnuPG\gpg2.exe -a) and all this does is secure sign the document.
Now what we need to do is have Adeptia run this GNU tool via a Native cmdline and bypass the Adeptia encryption activity.
-
Your understanding is correct and you can run any executable file from Adeptia using the Native Call activity. Below are the reference links that you can follow to run the Native call from Adeptia:
- In Adeptia Developer Guide refer to the following section Creating Extensions>>native Call
- http://support.adeptia.com/entries/21265058-Native-Call-failing0
Post is closed for comments.
Comments
1 comment