<?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 Data encryption in SAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-encryption-in-sap/m-p/3255279#M777399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a requirement for data encryption and decryption &amp;#150;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Confidential info like SSN, tax info, Date of birth should be encrypted at table level so that the original info is not visible to unauthorized users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Authorized users should be able to use/view the data in the original/decrypted form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers or inputs on this are requested&amp;#133;&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;&lt;/P&gt;&lt;P&gt;Deepthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jan 2008 06:33:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-08T06:33:24Z</dc:date>
    <item>
      <title>Data encryption in SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-encryption-in-sap/m-p/3255279#M777399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a requirement for data encryption and decryption &amp;#150;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Confidential info like SSN, tax info, Date of birth should be encrypted at table level so that the original info is not visible to unauthorized users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Authorized users should be able to use/view the data in the original/decrypted form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers or inputs on this are requested&amp;#133;&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;&lt;/P&gt;&lt;P&gt;Deepthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 06:33:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-encryption-in-sap/m-p/3255279#M777399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T06:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data encryption in SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-encryption-in-sap/m-p/3255280#M777400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepthi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are various ways you can do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can write your own logic also..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way is to write program which will convert all data in stream of 32 character and use SAP password Encrypting FM... -- FIEB_PASSWORD_ENCRYPT.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you want authorized user to see decrypted data use FIEB_PASSWORD_DECRYPT to decrypt data (again this will be in chunk of 32 characters), which you can transfer to your defined structure and display it to user...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above method will have drawback that any user having authorization to T Code and/or code will have visibility to code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternate way is tedious...you can write file to UNIX and run UNIX script from ABAP which will contain Encrpting and decrypting logic...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 07:00:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-encryption-in-sap/m-p/3255280#M777400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T07:00:30Z</dc:date>
    </item>
  </channel>
</rss>

