4

I found rsa class(RSACryptoServiceProvider) can be used on C#, but it cannot be used on Windows Phone.

If I have a request on Window Phone 7 to use RSA, how can I do?

Cœur
  • 37,241
  • 25
  • 195
  • 267
charles
  • 41
  • 2

1 Answers1

3

You could try http://scrypt.codeplex.com/. Their web page is claiming that they have used it successfully in Windows Phone 7. And it is even compatible with RSACryptoServiceProvider.

Jari
  • 2,152
  • 13
  • 20