‎2008 Nov 12 12:48 PM
Hi,
I have a text file , downloaded from SAP and it has to be encrypted as .jar format.
any ideas would be appreciated...
‎2008 Nov 12 1:11 PM
‎2008 Nov 13 9:17 AM
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 ?
‎2008 Nov 12 1:12 PM
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