<?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>topic Re: Question about AES-128 encryption in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-aes-128-encryption/m-p/8037537#M1610470</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Martin.&lt;/P&gt;&lt;P&gt;I will go over to the java forum and ask if someone did this before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jul 2011 08:25:10 GMT</pubDate>
    <dc:creator>former_member348280</dc:creator>
    <dc:date>2011-07-15T08:25:10Z</dc:date>
    <item>
      <title>Question about AES-128 encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-aes-128-encryption/m-p/8037532#M1610465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I´m trying to decrypt a file that has a field thatu2019s encrypted in AES-128, but it fails. &lt;/P&gt;&lt;P&gt;I managed to install the certificate for encryption into a PSE in the STRUST and think its working properly. &lt;/P&gt;&lt;P&gt;If I use SSF02 I can envelop and develop without any problems any generated text.&lt;/P&gt;&lt;P&gt;I suspect thatu2019s because I´m using PCKS#7. I´m not sure if PCKS7 is only the format the certificate is stored in the PSE or it is the only format of encryption/decryption the functions admit.&lt;/P&gt;&lt;P&gt;Would be great, if someone could clarify my doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally, someone knows what options I have to decrypt a AES-128 encrypted file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 10:08:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-aes-128-encryption/m-p/8037532#M1610465</guid>
      <dc:creator>former_member348280</dc:creator>
      <dc:date>2011-07-14T10:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Question about AES-128 encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-aes-128-encryption/m-p/8037533#M1610466</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;SSF works only with PCKS#7 format. It's not format used for storing a certificate. PCKS#7 is using PKI so for each message a session key is generated and used for encrypting data using symmetric cipher (e.g. AES). This session key is encrypted by public key. Only receiver has a private key and hence decrypt a session key and then whole message. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a field encrypted just by AES then you can't use SSF. It's also important to know what encryption mode is used.  don't know about implementation of AES in ABAP. So you can try implement your own AES (it shouldn't be that hard) or to use external commands to decrypt data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 11:33:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-aes-128-encryption/m-p/8037533#M1610466</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2011-07-14T11:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Question about AES-128 encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-aes-128-encryption/m-p/8037534#M1610467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for you help martin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you now if there is a "easy" way to do this in the JAVA stack?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 12:21:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-aes-128-encryption/m-p/8037534#M1610467</guid>
      <dc:creator>former_member348280</dc:creator>
      <dc:date>2011-07-14T12:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: Question about AES-128 encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-aes-128-encryption/m-p/8037535#M1610468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for you help martin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you now if there is a "easy" way to do this in the JAVA stack?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 12:22:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-aes-128-encryption/m-p/8037535#M1610468</guid>
      <dc:creator>former_member348280</dc:creator>
      <dc:date>2011-07-14T12:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Question about AES-128 encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-aes-128-encryption/m-p/8037536#M1610469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is heaps of Java library that implement AES so it shouldn't be a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 23:11:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-aes-128-encryption/m-p/8037536#M1610469</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2011-07-14T23:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Question about AES-128 encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-aes-128-encryption/m-p/8037537#M1610470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Martin.&lt;/P&gt;&lt;P&gt;I will go over to the java forum and ask if someone did this before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 08:25:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-aes-128-encryption/m-p/8037537#M1610470</guid>
      <dc:creator>former_member348280</dc:creator>
      <dc:date>2011-07-15T08:25:10Z</dc:date>
    </item>
  </channel>
</rss>

