<?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 file on application server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-file-on-application-server/m-p/1622706#M278489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have any one worked on this in the recent times, I got a requirement to encrypt a interface file generated by a custom program before downloading it to the application server. Similarly need to&lt;/P&gt;&lt;P&gt;DE-crypt&amp;nbsp; a file before we load it to SAP.&lt;/P&gt;&lt;P&gt;Please suggest a way to do this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jul 2015 09:57:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-07-23T09:57:19Z</dc:date>
    <item>
      <title>encrypt file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-file-on-application-server/m-p/1622701#M278484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have several programs/transactions, which write plain text files in the filesystem of the application server. These files are transferred afterwards via ftp etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we want to encrypt these files with public key of the receiver before they leave the operating system. Is there a simple way to do this with SSF?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2006 06:31:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-file-on-application-server/m-p/1622701#M278484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-15T06:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: encrypt file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-file-on-application-server/m-p/1622702#M278485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A similiar requirement was imposed by the German tax law (=&amp;gt; &lt;A href="http://www.elster.de):" target="test_blank"&gt;http://www.elster.de):&lt;/A&gt; encrypted transmission of (tax) data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But: due to German export control regulations SAP is not permitted to ship cryptographic software with its products. However, once you've "promised" to comply with those regulations (=&amp;gt; you need to contact the SAP contract department via your local subsidiary) you will be enabled to download the SAPCRYPTOLIB (without any extra charges).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SAPSECULIB (part of the shipment) allows only "harmless" cryptographic operations, such as digital signatures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SAPCRYPTOLIB (subject of export control, see above) offers a superset of functionality (compared with SAPSECULIB), particularly the capability to encrypt data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The challenging part is the (public) key management. If you only have one single intended recipient (like in the ELSTER scnenario) the configuration is comparably simple. However if you have many potential recipients you need a more sophisticated PKI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2006 07:04:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-file-on-application-server/m-p/1622702#M278485</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2006-09-15T07:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: encrypt file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-file-on-application-server/m-p/1622703#M278486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A simple way to encrypt files? Well, after solving the organizations aspects (getting the crypto toolkit, key exchange, SSF configuration) as described in Wolfgangs reply, you can use the SSF API to encrypt the data which you then store into the files. Use function SSF_KRN_ENVELOPE as described in the Online Documentation &lt;/P&gt;&lt;P&gt;     &amp;lt;a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/4d/bf6f77a2c5446a86e0152f1b309db6/frameset.htm"&amp;gt;Secure Store and Forward Mechanism (SSF)&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;and the &lt;/P&gt;&lt;P&gt;&amp;lt;a href="https://service.sap.com/~sapdownload/011000358700003611992003E/SSFProgrammersGuide.pdf"&amp;gt;Secure Storage and Forward (SSF) Programmers&amp;#146; Guide&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Frank Buchholz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 07:39:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-file-on-application-server/m-p/1622703#M278486</guid>
      <dc:creator>Frank_Buchholz</dc:creator>
      <dc:date>2006-09-18T07:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: encrypt file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-file-on-application-server/m-p/1622704#M278487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at program "SSF02". There is encryption of files implemented. You could use this for your basis of development.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please be aware to export your files in UTF-8 !!! That prevents a lot of trouble when transferring files afterwards &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2006 08:06:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-file-on-application-server/m-p/1622704#M278487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-18T08:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: encrypt file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-file-on-application-server/m-p/1622705#M278488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the tip about SSF02, Mumba Hasa!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Dec 2006 12:17:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-file-on-application-server/m-p/1622705#M278488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-26T12:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: encrypt file on application server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-file-on-application-server/m-p/1622706#M278489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have any one worked on this in the recent times, I got a requirement to encrypt a interface file generated by a custom program before downloading it to the application server. Similarly need to&lt;/P&gt;&lt;P&gt;DE-crypt&amp;nbsp; a file before we load it to SAP.&lt;/P&gt;&lt;P&gt;Please suggest a way to do this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 09:57:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-file-on-application-server/m-p/1622706#M278489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-23T09:57:19Z</dc:date>
    </item>
  </channel>
</rss>

