cancel
Showing results for 
Search instead for 
Did you mean: 

Writing a file with Encryption

Former Member
0 Kudos

Hi,

I am using a Web Dynpro Application to write a text file. However I am able to write the file , but I want the data of the file to be encrypted using any one of the common Encryption Standards. Is there a way to do this in SAP NWDS 04/04s within a Web Dynpro application.

Is there a way out by adding a class or by any other means.

Plz help if this is possible.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kunal,

JCE or Java Cryptography Extension is part of the standard J2SE API. You might want to explore it to do your encryption.

http://java.sun.com/j2se/1.4.2/docs/guide/security/jce/JCERefGuide.html

Thanks,

Rajit

Answers (0)