<?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 Encryption through SAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/encryption-through-sap/m-p/5386738#M1238437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have developed one program which generate Text File on /interface folder on the root. &lt;/P&gt;&lt;P&gt;Because of Security reason, I want to encrypt that text file through my program.&lt;/P&gt;&lt;P&gt;Can anyone suggest me the best solution for this.&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;Mukul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Apr 2009 11:15:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-04T11:15:21Z</dc:date>
    <item>
      <title>Encryption through SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encryption-through-sap/m-p/5386738#M1238437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have developed one program which generate Text File on /interface folder on the root. &lt;/P&gt;&lt;P&gt;Because of Security reason, I want to encrypt that text file through my program.&lt;/P&gt;&lt;P&gt;Can anyone suggest me the best solution for this.&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;Mukul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Apr 2009 11:15:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encryption-through-sap/m-p/5386738#M1238437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-04T11:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: Encryption through SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encryption-through-sap/m-p/5386739#M1238438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please look at this program for encription and decreption.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  zencript                           .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : p_pass  TYPE sy-uname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : l_password  TYPE string,&lt;/P&gt;&lt;P&gt;       l_encoded TYPE string,&lt;/P&gt;&lt;P&gt;       l_decoded TYPE string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_password = p_pass.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONDENSE l_password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD cl_http_utility=&amp;gt;if_http_utility~encode_base64    "Method for Encryption&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    unencoded = l_password&lt;/P&gt;&lt;P&gt;  RECEIVING&lt;/P&gt;&lt;P&gt;    encoded   = l_encoded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD cl_http_utility=&amp;gt;if_http_utility~decode_base64    "Method for Decryption&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    encoded = l_encoded&lt;/P&gt;&lt;P&gt;  RECEIVING&lt;/P&gt;&lt;P&gt;    decoded = l_decoded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE : / 'Password Entered   :' , p_pass,&lt;/P&gt;&lt;P&gt;        / 'Encrypted Password :' , l_encoded,&lt;/P&gt;&lt;P&gt;        / 'Decrypted Password :' , l_decoded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Apr 2009 11:39:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encryption-through-sap/m-p/5386739#M1238438</guid>
      <dc:creator>former_member203501</dc:creator>
      <dc:date>2009-04-04T11:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Encryption through SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encryption-through-sap/m-p/5386740#M1238439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is encoding, not encryption.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where are you copy&amp;amp;pasting this program from? Alone today, you have used it more than once!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Apr 2009 13:54:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encryption-through-sap/m-p/5386740#M1238439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-04T13:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Encryption through SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encryption-through-sap/m-p/5386741#M1238440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the above answer. Please ignore it .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Apr 2009 15:13:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encryption-through-sap/m-p/5386741#M1238440</guid>
      <dc:creator>former_member203501</dc:creator>
      <dc:date>2009-04-04T15:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Encryption through SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encryption-through-sap/m-p/5386742#M1238441</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;welcome to sdn , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz check this link , i hope this will be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3765109"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make use of this class CL_ABAP_GZIP to compress the text format . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Apr 2009 16:38:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encryption-through-sap/m-p/5386742#M1238441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-04T16:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Encryption through SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encryption-through-sap/m-p/5386743#M1238442</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;Try the following FMs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIEB_PASSWORD_ENCRYPT &lt;/P&gt;&lt;P&gt;FIEB_PASSWORD_DECRYPYT &lt;/P&gt;&lt;P&gt;HTTP_SCRAMBLE&lt;/P&gt;&lt;P&gt;DP_SCRAMBLE_STRING&lt;/P&gt;&lt;P&gt;SCRAMBLE_STRING&lt;/P&gt;&lt;P&gt;AB_RFC_X_SCRAMBLE_STRING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Babu Kilari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Apr 2009 09:04:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encryption-through-sap/m-p/5386743#M1238442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-05T09:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Encryption through SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encryption-through-sap/m-p/5386744#M1238443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure if SAP provides any way to encrypt the file. &lt;/P&gt;&lt;P&gt;Here are the ones I never treid.&lt;/P&gt;&lt;P&gt;[Link1|http://www.saptechies.com/function-module-for-encryption-and-decryption/] [Link2|http://www.sap-img.com/abap/function-module-for-encryption-and-decryption.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Techinically It all depends on which algo we will reqire to use to achive this.&lt;/P&gt;&lt;P&gt;If its not that much sensitive data then probalby you could play with the internal table record by record to achive the encryption by playing some ABAP tricks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The another more reliant way could be to have some application installed on application server and figure out way to call it from ABAP. Get in touch with Basis guys they should help you out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shital&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Apr 2009 11:03:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encryption-through-sap/m-p/5386744#M1238443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-05T11:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Encryption through SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encryption-through-sap/m-p/5386745#M1238444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use FIEB_PASSWORD_ENCRYPT &lt;/P&gt;&lt;P&gt;FIEB_PASSWORD_DECRYPYT  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I guess the above said FM needs some correction, Please apply the respective OSS Or copy the FM and change particulra line where it will ask for LENGTH of a string .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br, &lt;/P&gt;&lt;P&gt;Parthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Apr 2009 21:18:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encryption-through-sap/m-p/5386745#M1238444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-05T21:18:43Z</dc:date>
    </item>
  </channel>
</rss>

