<?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: Encrypt information using RC4 algorithm in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-information-using-rc4-algorithm/m-p/10310216#M1834659</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tnks Samuli, is correct, the service is HTTPS. On the client of WS going to decrypt the values that i send, for it, i need encrypt the information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 May 2014 20:50:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-05-27T20:50:18Z</dc:date>
    <item>
      <title>Encrypt information using RC4 algorithm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-information-using-rc4-algorithm/m-p/10310214#M1834657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requeriment to send information by Web Services, i have to encrypt some confidential fields with RC4 using specific key (encryption seed). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some one have experience?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tnks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 18:17:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-information-using-rc4-algorithm/m-p/10310214#M1834657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-27T18:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypt information using RC4 algorithm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-information-using-rc4-algorithm/m-p/10310215#M1834658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Web Services has something called &lt;A href="http://en.wikipedia.org/wiki/WS-Security"&gt;WS-Security&lt;/A&gt;, no need to come up with something yourself. Not to mention you should use HTTPS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 20:16:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-information-using-rc4-algorithm/m-p/10310215#M1834658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-27T20:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypt information using RC4 algorithm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-information-using-rc4-algorithm/m-p/10310216#M1834659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tnks Samuli, is correct, the service is HTTPS. On the client of WS going to decrypt the values that i send, for it, i need encrypt the information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 20:50:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-information-using-rc4-algorithm/m-p/10310216#M1834659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-27T20:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypt information using RC4 algorithm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-information-using-rc4-algorithm/m-p/10310217#M1834660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WS-Security supports message encryption. The only reason for having single fields encrypted would be that you don't even want to see the clear text value in the client, only in the post-processing layers. If that's the case AS ABAP has a encryption API, see &lt;A href="http://service.sap.com/sap/support/notes/1456433"&gt;SAP note 1456433&lt;/A&gt; for details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 21:01:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-information-using-rc4-algorithm/m-p/10310217#M1834660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-27T21:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypt information using RC4 algorithm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-information-using-rc4-algorithm/m-p/10310218#M1834661</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 agree with Samuli. It's a really really bad idea to roll out your own crypto. Implementing crypto is really hard. Especially, key management for stream ciphers is really tricky. If you xor two ciphertext generated by stream cipher with same encrpytion key then you get xor of plaintexts. There are simple techniques that can recover plaintext if you have some basic information such as that it's in English language. I assumed that you want to have same key for every message. If not then you will have to figure out how to distribute keys and you are getting into bigger troubles. I would try to use standard API provided by SAP. There is also another API that allows you to use PKCS#7 for encrypting values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 23:09:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-information-using-rc4-algorithm/m-p/10310218#M1834661</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2014-05-27T23:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypt information using RC4 algorithm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-information-using-rc4-algorithm/m-p/10310219#M1834662</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;actually message encryption is also about encrypting single fields if required &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is then called XML Encrption and is about protecting&lt;/P&gt;&lt;P&gt;elements that are sent as part of the SOAP message.&lt;/P&gt;&lt;P&gt;Please check the &lt;A href="http://help.sap.com/saphelp_nw73ehp1/helpdata/en/48/aea407ac5a3206e10000000a42189c/content.htm"&gt;docs on WS Security&lt;/A&gt;. You can defined the fields to be encrypted in the SOAManager. The cryptographic operations are standardized and therefor interoperability between different systems should be a given, which is not the case, if you want to do this on your own.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More info on XMLencryption can be found in the &lt;A href="http://www.w3.org/TR/xmlenc-core/"&gt;W3C standard&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 06:06:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-information-using-rc4-algorithm/m-p/10310219#M1834662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-28T06:06:32Z</dc:date>
    </item>
  </channel>
</rss>

