<?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: Interface Transmission Encryption &amp; Password Encryption in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-transmission-encryption-password-encryption/m-p/6970250#M1491159</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;yes, you have two options. First one is to use SNC to secure communication between two SAP gates. Second one is to create a secure channel using SAP router. Here is a scheme rom SAP documentation gateway1 u2013 SAProuter1 u2013 SAProuter2 u2013 gateway2. Again, SAP router will use SNC to secure communication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 May 2010 08:55:32 GMT</pubDate>
    <dc:creator>mvoros</dc:creator>
    <dc:date>2010-05-29T08:55:32Z</dc:date>
    <item>
      <title>Interface Transmission Encryption &amp; Password Encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-transmission-encryption-password-encryption/m-p/6970246#M1491155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When a user logs on to the system through the GUI, is the password going clear text or is it encrypted? What about the Portal?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, if there is an interface between two SAP systems, do the IDocs go through using an encrypted protocol (internal network) or is that something you have to implement? Should we be encrypting the transmission? Does SAP provide the functionality or is it something extra?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 21:51:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-transmission-encryption-password-encryption/m-p/6970246#M1491155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-27T21:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Interface Transmission Encryption &amp; Password Encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-transmission-encryption-password-encryption/m-p/6970247#M1491156</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;With SAP GUI the password is normally entered in login screen and passed to SAP server in compress format, so it is not very secure. This is why SNC is becoming very common. When you use SNC to authenticate during logon with SAP GUI, there is no password transmission, not even encrypted passwrod. If you are concerned about security, I suggest you look at using SNC for authentication with SAP GUI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 22:12:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-transmission-encryption-password-encryption/m-p/6970247#M1491156</guid>
      <dc:creator>tim_alsop</dc:creator>
      <dc:date>2010-05-27T22:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Interface Transmission Encryption &amp; Password Encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-transmission-encryption-password-encryption/m-p/6970248#M1491157</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;as it was mentioned by default the password is sent as plain text when you use SAP GUI. Actually, it's obfuscated but by fixed transformation so there is no difference. The portal security depends on what protocol you use to access it. HTTPS is way to go if you don't want passwords in plain text form. IDocs are usually transferred using RFC call ans there is a similar situation as in GUI. By default the password goes as plain text unless you use SNC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest you starting with security guides for your SAP products. You can find them on [service.sap.com/securityguides|http://service.sap.com/securityguide] and they contain answers for all your questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 May 2010 23:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-transmission-encryption-password-encryption/m-p/6970248#M1491157</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-05-27T23:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Interface Transmission Encryption &amp; Password Encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-transmission-encryption-password-encryption/m-p/6970249#M1491158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all. What about interfaces? Is it the same concept?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just read something online that confused me saying that if the saprouter is used, SNC is not needed. Don't get it?  &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/Helpdata/EN/21/c6a73860bf5f2ce10000009b38f8cf/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/Helpdata/EN/21/c6a73860bf5f2ce10000009b38f8cf/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 11:32:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-transmission-encryption-password-encryption/m-p/6970249#M1491158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-28T11:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Interface Transmission Encryption &amp; Password Encryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/interface-transmission-encryption-password-encryption/m-p/6970250#M1491159</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;yes, you have two options. First one is to use SNC to secure communication between two SAP gates. Second one is to create a secure channel using SAP router. Here is a scheme rom SAP documentation gateway1 u2013 SAProuter1 u2013 SAProuter2 u2013 gateway2. Again, SAP router will use SNC to secure communication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 May 2010 08:55:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/interface-transmission-encryption-password-encryption/m-p/6970250#M1491159</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-05-29T08:55:32Z</dc:date>
    </item>
  </channel>
</rss>

