‎2009 Aug 21 12:49 PM
Hello,
I have requirment to encrypt the output in the file.
The file is related to bank data which need to encrypted. No body should see the data.
I'm looking for AES 256 bit encryption which is easily available in C & Java.
By any way we can encrypt the File data.
Thanks in advance
Regards,
Sameer
‎2009 Aug 23 6:58 PM
Set up your external encryption module, written in C or whatever, so that it can be called by an RFC. Search for subjects like SAP JCO. The last time I did such a thing, I used Com4Abap, which shows how long ago it was. It wasn't difficult and there's LOADS of documentation about how to interface in this way.
( Message moved to Data Transfer, as that seems more appropriate ).