‎2009 Feb 10 2:15 PM
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
‎2009 Feb 10 2:57 PM
Have you checked the class
call method cl_http_utility=>encode_base64
a®
‎2009 Feb 10 11:56 PM
Hi,
encoding into Base64 is NOT encryption. Check this [article|http://en.wikipedia.org/wiki/Base64] about Base64.
Cheers
‎2009 Feb 10 11:57 PM
Hi,
what do you mean by "standard certification methods'?
Cheers
‎2009 Feb 11 9:40 AM
Hi Martin,
Standard Certifications means the standard ways of encryption where the recepient system can easily decrypt the file.
Regards,
Ravi G
‎2009 Mar 17 10:14 AM