-1

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?

prasanas
  • 11
  • 1
  • 4

1 Answers1

0

There is an example in MSDN and I made a Java port of it.

artplastika
  • 1,972
  • 2
  • 19
  • 38