Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hi

We are facing an interoperability issue between C# and SAP.We are passing sensitive information from C#(front-end) to SAP through webservice.To maintain the confidentiality of data,we have implemented cryptography in our project, where encryption of required fields entered by user is done at .NET and decryption of those particular fields is done at SAP. In SAP ,they have used SSF_KRN_DEVELOPE standard method.We are implementing this using certificate, which is of X509 standards.
We tried to get API's in .NET for the corresponding decrypt function but we couldn't find it.Could you be able to help me to provide any information on this?Will calling SAP RFC function is secure by using SAP .NET Connector? Please help me if you have experienced this kind of issue as we our delivery date is not much far.
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900