Application Development and Automation 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: 
Read only

Encrypting data

Former Member
0 Likes
643

Hi,

I want to encrypt data before sending it via an RFC call.

I want to know if there is any function module(or any other way) which can be used to encrypt data based upon the various popular encryption algorithms(like RSA, DES) so that it can be provided as a plugin feature to the client where he can choose whatever algorithm he wants to and is not restricted by my choice.

Please help me and thanks in advance.

Vikas

3 REPLIES 3
Read only

Former Member
0 Likes
483

Hello Vikas,

have a look at the thread

Read only

VikasLamba
Product and Topic Expert
Product and Topic Expert
0 Likes
483

Hi Frank,

It was real good of you to provide that link but it does not help me much because it talks about ncoding URLs in HTTP requests.

What I exactly require is some functionality using which I can encrypt my parameters(like an internal table) to an RFC call. I want to use standard encryption algos like RSA,DES for this purpose so that we can provide this functionality as a plugin to the user.

Pls help...

Read only

0 Likes
483

Vikas,

you might want to look into SSF (Secure Store & Forward) Architecture:

http://help.sap.com/saphelp_nw04/helpdata/en/f0/3fb6388d35bf51e10000009b38f8cf/frameset.htm

I am not aware of standalone ABAP functions / classes in standard R/3 that would fit your need for strong encryption.