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

SAP Standard Encryption Methods

Former Member
0 Likes
870

Hi All,

I am using the SAP R/3 4.7 Version, is there any way I can encrypt a file using the standard certification methods. So the receiving party should be able to decrypt it.

Regards,

Ravi G

5 REPLIES 5
Read only

former_member194669
Active Contributor
0 Likes
741

Have you checked the class

call method cl_http_utility=>encode_base64

a®

Read only

0 Likes
741

Hi,

encoding into Base64 is NOT encryption. Check this [article|http://en.wikipedia.org/wiki/Base64] about Base64.

Cheers

Read only

mvoros
Active Contributor
0 Likes
741

Hi,

what do you mean by "standard certification methods'?

Cheers

Read only

Former Member
0 Likes
741

Hi Martin,

Standard Certifications means the standard ways of encryption where the recepient system can easily decrypt the file.

Regards,

Ravi G

Read only

Former Member
0 Likes
741

Anything here does not solve my requirement