Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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.