Application Development 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: 

How to encrypt a field in ABAP and decprypt in .Net Application

Former Member
0 Kudos

Hi friends,

Is it possible to encrypt a field in ABAP and decrypt in a .Net application? If possible, pls let me know how to encrypt and decrypt the same.

Thanks in advance.

Marcos

1 ACCEPTED SOLUTION

former_member156446
Active Contributor
0 Kudos

you can try Rich's solution here :

to decrypt in .Net you might have to create a RFC wrapper function module and create that as webservice to access thru .Net

3 REPLIES 3

former_member156446
Active Contributor
0 Kudos

you can try Rich's solution here :

to decrypt in .Net you might have to create a RFC wrapper function module and create that as webservice to access thru .Net

0 Kudos

I need that the .Net application decrypt the data, because the data is confidential. It cannot have an interaction with SAP in the decryption.

Marcos

0 Kudos

you might have to find out a third party encrypting tool which can be placed in Application server to encrypt in SAP and to decrypt, the file would be placed in either local FTP and/or presentation server.