‎2010 Jun 09 3:53 PM
Dear Experts,
I have a requirement in which I have to encrypt the Payroll Data and then transfer it using FTP.
By reading other post I am somewhat clear about the FTP part.
But, the real problem is that I am not able to figure how to encrypt the data, the utility which I have to use to encrypt the data is a third party software made in JAVA.
Kindly suggest.
Warm Regards,
Upendra Agrawal
‎2010 Jun 10 1:18 AM
Hi,
can you call your itility from OS command line? If yes then you can create an external commnad (transactions SM49 and SM69) and call it from your program. Basically, you will dump your data into file on your application server, call you itility to encrypt this file and then send this file using FTP. Don't forget to delete your original file. It's not the most secure solution but it's suffiecinet in some scenarios.
Cheers
‎2010 Jun 10 1:18 AM
Hi,
can you call your itility from OS command line? If yes then you can create an external commnad (transactions SM49 and SM69) and call it from your program. Basically, you will dump your data into file on your application server, call you itility to encrypt this file and then send this file using FTP. Don't forget to delete your original file. It's not the most secure solution but it's suffiecinet in some scenarios.
Cheers
‎2010 Jun 10 7:02 AM
Dear Martin,
Thanks for your reply, It is really helpful, but I have never work on OS command line and don't know whether I can call my utility from there,
can you help me on how can I know whether my utility can be called or not.
Your suggestions are highly appreciated.
Warm Regards,
Upendra Agrawal