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

data encryption problem

Former Member
0 Likes
443

Hi,

I have a text file , downloaded from SAP and it has to be encrypted as .jar format.

any ideas would be appreciated...

3 REPLIES 3
Read only

Former Member
0 Likes
414

can you try file name with .txt , like saptest.txt

Read only

0 Likes
414

java -jar encryption.jar <file name in full path> 7404

The data is encrypted using this code in dos. but to how to encrypt that in SAP ?

Read only

matt
Active Contributor
0 Likes
414

There are third party tools to convert to .jar If you are downloading to the applications server, there's probably some nice unix command that you could invoke.

matt