Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

SNC Question

Former Member
0 Kudos

Hello,

Can anyone tell me which encryption methods sap snc uses to encrypt data.

whenever snc/data_protection parameter is set to its highest value the data movement betwenn sap gui and abap system is secured (encrypted?)

which type of data protection (encryption?) methood is used?

can you direct me to an offical material of sap?

Regards,

Moshe

3 REPLIES 3

sascha_tubbesing
Employee
Employee
0 Kudos

Al lot of information can be found here already

http://help.sap.com/saphelp_nw70/helpdata/en/e6/56f466e99a11d1a5b00000e835363f/frameset.htm

On http://service.sap.com/security > Security in Detail > Infrastructure Security you find an SNC-Guide which is also quite useful.

Former Member
0 Kudos

The FAQs about Secure System Management [https://www.sdn.sap.com/irj/sdn/security?rid=/library/uuid/0a03d9f4-0901-0010-60ba-b3a1b1d41e0c] explain, what cryptographic algorithms SAPcryptolib supports. This applies for SNC connections between SAP servers. For encryption of client-server communication, you need to look at the capabilties of SAP-certified SNC products, because SAPcryptolib cannot be used here.

Make sure that you think about compatibility of the client-server encryption library with SAPcryptolib, if you want to use SNC both between client-server and server-server encryption. My company has worked with customers that needed additional, stronger encryption and hashing algorithms and a SAPcryptolib-compatible product.

Peter

Former Member
0 Kudos

Short answer: Triple DES. Peter provided the long answer already .