<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: PGP Encryption/Decryption in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872111#M3148963</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anandh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Signing is optional&lt;/LI&gt;&lt;LI&gt;If you are encrypting the data, you need partner's public key in the key rings&lt;/LI&gt;&lt;LI&gt;.asc is a ASCII Armored format of the key ring (and it's an optional)&lt;/LI&gt;&lt;LI&gt;For the correctness of the module parameters, you have to verify against the product documentation. &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A simple question again, Are you using SAP's PGP module (or) AEADAPTIVE's PGP module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Aug 2012 10:06:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-08-20T10:06:55Z</dc:date>
    <item>
      <title>PGP Encryption/Decryption</title>
      <link>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaq-p/8872094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have purchase AEADAPTIVE and uses their PGP modules for sending the files to third party.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For an encryption scenario, the third party has given their public key to us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify me my understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume we use their public key to encrypt the file and send it to them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The third party will use their private key to decrypt the data sent by us.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this, do we need to send our public key to the third party ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a bit confused.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anandh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 14:14:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaq-p/8872094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-12T14:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: PGP Encryption/Decryption</title>
      <link>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872095#M3148947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look at the same configuration for SAP standard adapter modules:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/community/pi-and-soa-middleware/blog/2012/04/10/pgpencryption-module-how-to-guide" title="http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/04/10/pgpencryption-module-how-to-guide"&gt;http://scn.sap.com/community/pi-and-soa-middleware/blog/2012/04/10/pgpencryption-module-how-to-guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Shabz's blogs &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no need to buy any additional things to make them run, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michal Krawczyk &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 14:32:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872095#M3148947</guid>
      <dc:creator>MichalKrawczyk</dc:creator>
      <dc:date>2012-07-12T14:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: PGP Encryption/Decryption</title>
      <link>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872096#M3148948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The usage of public key of recipient purely depends on who originates or starts the message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In simple words during asymmetric cryptography, sender uses recipient public key to encrypt and send the message. The recipient on the other end uses his/her private key to decrypt the message. Hope this helps.&amp;nbsp; Similarly if the recipient wants to send the message to the sender, he uses recipient public key for encrypt. Though this is little bit confusing, you might want to read this link. BTW, if you see Shab's link you will not that we dont need to purchase this in the later versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://searchsecurity.techtarget.com/definition/asymmetric-cryptography"&gt;http://searchsecurity.techtarget.com/definition/asymmetric-cryptography&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2012 14:52:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872096#M3148948</guid>
      <dc:creator>baskar_gopalakrishnan2</dc:creator>
      <dc:date>2012-07-12T14:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: PGP Encryption/Decryption</title>
      <link>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872097#M3148949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still bit confused as the third party has asked our public key as well for decryption/autentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Basker mentioned, the sender will use receipients public key for encryption and the receiver should use his private key for decryption. Why would he require senders public key? Is it for autentication?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, when we asked them the pgp algorithm, they just gave the public key, should i be checking the algorithm in the public key. Please guide on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 08:27:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872097#M3148949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-24T08:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: PGP Encryption/Decryption</title>
      <link>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872098#M3148950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your partner will use your public key for following purposes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When they want to send an encrypted data to you (Since encryption is always done using receiver's public key)&lt;/LI&gt;&lt;LI&gt;If you have sent signed message (digital signature) to your partner and they wants to validate your signature.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 08:32:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872098#M3148950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-24T08:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: PGP Encryption/Decryption</title>
      <link>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872099#M3148951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using my partners key, i can able to see the key type as RSA_1. How do you i find the algorithm for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AEADAPTIVE supports the following algorithms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="9" cellspacing="0" dir="ltr" width="109"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="82" valign="top"&gt;&lt;P&gt;AES_256 &lt;/P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; &lt;P&gt; AES_192 &lt;/P&gt;&lt;P&gt; AES_128 &lt;/P&gt;&lt;P&gt; TRIPLE_DES &lt;/P&gt;&lt;P&gt; TWOFISH &lt;/P&gt;&lt;P&gt; BLOWFISH &lt;/P&gt;&lt;P&gt; CAST5 &lt;/P&gt;&lt;P&gt; DES &lt;/P&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anandh.B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 10:26:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872099#M3148951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-24T10:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: PGP Encryption/Decryption</title>
      <link>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872100#M3148952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Supports following key generation alorithms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;RSA&lt;/LI&gt;&lt;LI&gt;DSA&lt;/LI&gt;&lt;LI&gt;ELGAMAL&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can generate the key pairs using any one of the above alogrithms. For more details, you can refer &lt;A _jive_internal="true" href="https://answers.sap.com/community/b2b-integration/blog/2012/07/12/its-all-about-keys-secure-connectivity-b2b-add-ons"&gt;http://scn.sap.com/community/b2b-integration/blog/2012/07/12/its-all-about-keys-secure-connectivity-b2b-add-ons&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the keys(Private &amp;amp; Public) are generated, you can use any one of the&amp;nbsp; symmetric alogrithms mentioned in the list. For more details you refer this article.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-28872"&gt;http://scn.sap.com/docs/DOC-28872&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coming back to your specific question,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are using RSA keys and now you can use any of the algorithms in the given list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 10:34:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872100#M3148952</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-24T10:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: PGP Encryption/Decryption</title>
      <link>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872101#M3148953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure whether this is something unusual.&amp;nbsp; Our third party had asked me to encyrpt the file twice before sending using AES_256 and BLOWFISH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure whether we can provide two algorithms in the same communication channel module. The other alternative would be to use NFS with one algorithm and another channel to pick up the same file with another algorithm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anandh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 08:09:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872101#M3148953</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-31T08:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: PGP Encryption/Decryption</title>
      <link>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872102#M3148954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very Simple. Can you try using the encryption module twice in the same communication channel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 08:12:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872102#M3148954</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-31T08:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: PGP Encryption/Decryption</title>
      <link>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872103#M3148955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you look at the below link which supports algorithm which you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0956fc4-c48f-2f10-29ba-d2ea7ae4f342?QuickLink=index&amp;amp;overridelayout=true&amp;amp;55357833513200" title="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0956fc4-c48f-2f10-29ba-d2ea7ae4f342?QuickLink=index&amp;amp;overridelayout=true&amp;amp;55357833513200"&gt;http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0956fc4-c48f-2f10-29ba-d2ea7ae4f342?QuickLink=index&amp;amp;overridelayout=true&amp;amp;55357833513200&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chirag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 09:19:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872103#M3148955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-31T09:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: PGP Encryption/Decryption</title>
      <link>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872104#M3148956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already tried it and it picks only the last encryption algorithm given. I had given in two lines for AES and BLOWFISH and the channel log showed only BLOWFISH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anandh.B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 13:05:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872104#M3148956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-31T13:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: PGP Encryption/Decryption</title>
      <link>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872105#M3148957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Aedaptive, it is mandatory for me to specify the algorithm name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the partner's public key is based on RSA_1, do you mean I can use any of the algorithms mentioned in the list and the partner can able to decrypt it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I referred your document and it does not mention any algorithm for encyrption.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anandh.B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 08:42:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872105#M3148957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-16T08:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: PGP Encryption/Decryption</title>
      <link>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872106#M3148958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share the screenshot of the modules and it's parameter configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Aug 2012 09:23:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872106#M3148958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-16T09:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: PGP Encryption/Decryption</title>
      <link>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872107#M3148959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the screenshot.&amp;nbsp; Still the vendor mentions that he is not able to decrypt it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We had added his certificate in our public key ring.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The recipient also is mandatory if we specify the encryption Algorithm as per aedaptive&amp;nbsp; guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/130265" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 08:48:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872107#M3148959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-20T08:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: PGP Encryption/Decryption</title>
      <link>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872108#M3148960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Got it. You didn't use the module two times. Here is the approach. In the module list, use the encryption module 2 times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) localejbs/PGPEncryption, encryptAES&lt;/P&gt;&lt;P&gt;2) localejbs/PGPEncryption, encryptBlowFish&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Module Configuration &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;encryptAES, encryptionAlgo = AES_256&lt;/P&gt;&lt;P&gt;encryptBlowFish, encryptionAlgo = BLOWFISH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should work as expected. I would request you to try this appraoch in your test landsacpe by generating 2 different dummy key pairs. Link : &lt;A href="http://wiki.sdn.sap.com/wiki/display/XI/Generating+ASCII+Armored+PGP+Key+Pairs"&gt;http://wiki.sdn.sap.com/wiki/display/XI/Generating+ASCII+Armored+PGP+Key+Pairs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 08:57:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872108#M3148960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-20T08:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: PGP Encryption/Decryption</title>
      <link>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872109#M3148961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologize for not updating the case scenario. The vendor has agreed with us to encrypt the file either with blowfish or aes. Hence, I have updated the module BLOWFISH only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just want to make sure whether the module parameters used is correct.&amp;nbsp;&amp;nbsp; I have used pgp keymanager where initiall i generated the public keyring and added the vendor certificate into it and signed it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure whether it is mandatory to sign it or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anandh.B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 09:35:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872109#M3148961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-20T09:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: PGP Encryption/Decryption</title>
      <link>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872110#M3148962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The one another confusing thing is assuming the partner has forwarded his public certificate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it mandatory for us to add it in our public keyring and use it or can i directly refer the .asc in the module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the difference between those?&amp;nbsp; I can see in your document that you have referred the partners public key directly as .asc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anandh.B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 09:40:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872110#M3148962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-20T09:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: PGP Encryption/Decryption</title>
      <link>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872111#M3148963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anandh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Signing is optional&lt;/LI&gt;&lt;LI&gt;If you are encrypting the data, you need partner's public key in the key rings&lt;/LI&gt;&lt;LI&gt;.asc is a ASCII Armored format of the key ring (and it's an optional)&lt;/LI&gt;&lt;LI&gt;For the correctness of the module parameters, you have to verify against the product documentation. &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A simple question again, Are you using SAP's PGP module (or) AEADAPTIVE's PGP module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 10:06:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872111#M3148963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-20T10:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: PGP Encryption/Decryption</title>
      <link>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872112#M3148964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp; I am using PGP module provided by AEDAPTIVE and has checked the product documentation as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file is getting encrypted without any issues as i checked the logs in adapter module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just want to reassure the basic concepts on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For AEDAPTIVE, providing the encryption algorithm is mandatory whereas for sap it is not.&amp;nbsp; I assume adding the partners public key into our key ring is same across all PGP vendor modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anandh.B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 10:16:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872112#M3148964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-20T10:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: PGP Encryption/Decryption</title>
      <link>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872113#M3148965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are correct. For SAP, if you didn't provide it will use 'CAST5' as a default&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2012 10:51:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/pgp-encryption-decryption/qaa-p/8872113#M3148965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-08-20T10:51:53Z</dc:date>
    </item>
  </channel>
</rss>

