cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Encryption,Decryption and Compressing of data

former_member581827
Participant
0 Kudos

Hi All,

Can any one give me some good documents on Encryption and Decryption and how to compressing of data and securing it with passwords.

I dont have any knowledge on Java basically, Just want to know whether for this Java skills are required.

Kinldy send me if you have some stuff on Encryption and Decryption if you have worked on this stuff.

Regards,

Chandra.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member581827
Participant
0 Kudos

solved

Former Member
0 Kudos

Hi for more details go through the below links

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d024ca8e-e76e-2910-c183-8ea4ba68...

Security Guide

http://help.sap.com/saphelp_nw04/helpdata/en/f7/c2953fc405330ee10000000a114084/frameset.htm

SSL Configuration

http://help.sap.com/saphelp_nw04/helpdata/en/14/ef2940cbf2195de10000000a1550b0/frameset.htm

SSL config pdf

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/964f67ec-0701-0010-bd88-f995abf4...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/23894238-0701-0010-40b0-a0a6d5c4...

SSL Message level security

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d024ca8e-e76e-2910-c183-8ea4ba68...

Certificate Authority

http://www.tc.umn.edu/~brams006/selfsign.html

Digital signature & document entryption

http://help.sap.com/saphelp_nw04/helpdata/en/4f/65c3b32107964996a56e4165077e24/frameset.htm

SAP XI/PI Encode Outgoing Payload using Adapter Module

/people/farooq.farooqui3/blog/2008/09/24/sap-xipi-encode-outgoing-payload-using-adapter-module

Decode Base64 Incoming Encoded information in SAP XI/PI using Java Mapping

/people/farooq.farooqui3/blog/2008/05/22/decode-base64-incoming-encoded-information-in-sap-xipi-using-java-mapping

Encryption(SSL)

/people/varadharajan.krishnasamy/blog/2007/05/11/how-to-use-digital-certificates-for-signing-encrypting-messages-in-xi

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b2e7020d-0d01-0010-269c-a98...

Examples for Using Digital Signatures

http://help.sap.com/saphelp_nw04s/helpdata/en/a4/d0201854fb6a4cb9545892b49d4851/frameset.htm

document on encryption in adpaters

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/482aae19-0301-0010-3485-8efd6188...

Thanks

Shabarish_Nair
Active Contributor
0 Kudos

there are various options;

1. Message level security - http://help.sap.com/saphelp_nw2004s/helpdata/en/ff/7932e4e9c51c4fa596c69e21151c7d/frameset.htm

2. transport level security - http://help.sap.com/saphelp_nw2004s/helpdata/en/ed/18cc38e6df4741a264bddcd4f98ae2/frameset.htm

this is basically HTTPS or SNC in RFC connections

3. using Certificates - http://help.sap.com/saphelp_nw2004s/helpdata/en/f7/c2953fc405330ee10000000a114084/frameset.htm

4. PGP encrypton/decryption - Custom code a module or else use a 3rd party adapter - http://www.aedaptive.com/index.php/solutions/pgp-for-sap-netweaver