Encrypt String in java and decrypt it in winrt c#

116 Views Asked by At

How one would encrypt a string using symmetric/asymmetric decryption on WinRT Metro in C# and encrypt this in java, let's say in a webservice?

I want to use RsaPkcs7 algorithm and I can see that CryptographicKey class and RSAParameters class are not even near compatible.

How this could be accomplished?

1

There are 1 best solutions below

0
On