Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
I encrypted a string using EncryptionService.EncryptWithKey. How to decrypt it in EMS, which developed using .NET SDK.
Zhu, could you add some use case detail on this. Also as you mentioned that :
How to decrypt it in EMS, which developed using .NET SDK.
Did you encrypt the string with EncryptionServices.EncryptWithKey in .NET SDK?
I need to decrypt the string from client side, which is encrypted at server side using service EncryptionService.EncryptWithKey. I want to know the encryption algorithom.
And I've got the anwser from the link 'https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS216822'. Thanks a lot for your reply.