<?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: Data encryption in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-encryption/m-p/1653977#M290316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can that really be?&lt;/P&gt;&lt;P&gt;but sap uses ssl encryption for https a.e.&lt;/P&gt;&lt;P&gt;isnt it possible to use the methods behind this?&lt;/P&gt;&lt;P&gt;i guess this runs all over a java interface.&lt;/P&gt;&lt;P&gt;is it possible to run a java-class from within a abap program (or something else in this direction)?&lt;/P&gt;&lt;P&gt;if everything fails i need to implement a own encryption, but dont want to spend so much time for something that should be already implemented &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Nov 2006 14:27:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-08T14:27:49Z</dc:date>
    <item>
      <title>Data encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-encryption/m-p/1653973#M290312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, i need to encrypt some data in my application.&lt;/P&gt;&lt;P&gt;i have a string and i want to encrypt it with one of the public encryption standards like tdes, aes or anyone other good algorythmus.&lt;/P&gt;&lt;P&gt;i only found functions to calculate a hashcode of a string, but i need to decrypt it later, so i need a symmetric encryption.&lt;/P&gt;&lt;P&gt;anyone a idea if sap provides functions for dataencryption which can be called directly from abap ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greetings &lt;/P&gt;&lt;P&gt;  ronald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 13:37:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-encryption/m-p/1653973#M290312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T13:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Data encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-encryption/m-p/1653974#M290313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In how far do you want to encrypt the data? Do you want to store the data in a table in a way, that other people cannot read it?&lt;/P&gt;&lt;P&gt;In case you want to do this, it might be useful to store the data in a table field using the RAW or LRAW format ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 13:42:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-encryption/m-p/1653974#M290313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T13:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Data encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-encryption/m-p/1653975#M290314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i wanna do several things.&lt;/P&gt;&lt;P&gt;i want to store passwords, and i want store files in encryptet state.&lt;/P&gt;&lt;P&gt;store it in raw or lraw is not acceptable because it would be a easy to convert it back to original state.&lt;/P&gt;&lt;P&gt;ok, the standard users are not able to read this files, but i want to bring acceptable security in my applications.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 13:56:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-encryption/m-p/1653975#M290314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T13:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Data encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-encryption/m-p/1653976#M290315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you won´t be able to precede without implementing an own encryption ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 14:01:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-encryption/m-p/1653976#M290315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T14:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Data encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-encryption/m-p/1653977#M290316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can that really be?&lt;/P&gt;&lt;P&gt;but sap uses ssl encryption for https a.e.&lt;/P&gt;&lt;P&gt;isnt it possible to use the methods behind this?&lt;/P&gt;&lt;P&gt;i guess this runs all over a java interface.&lt;/P&gt;&lt;P&gt;is it possible to run a java-class from within a abap program (or something else in this direction)?&lt;/P&gt;&lt;P&gt;if everything fails i need to implement a own encryption, but dont want to spend so much time for something that should be already implemented &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Nov 2006 14:27:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-encryption/m-p/1653977#M290316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-08T14:27:49Z</dc:date>
    </item>
  </channel>
</rss>

