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

AES Encryption 256 bit

Former Member
0 Likes
657

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

1 REPLY 1
Read only

matt
Active Contributor
0 Likes
405

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 ).