How to encrypt a file using a Public Key in C#?

Posted by Ismael on Stack Overflow See other posts from Stack Overflow or by Ismael
Published on 2010-05-15T18:54:20Z Indexed on 2010/05/15 21:44 UTC
Read the original article Hit count: 254

Filed under:
|
|

I have a 2048 bits public key (asymmetric, RSA) of which I know the Modulus and Exponent and need to encrypt a string.

Ideally, I want to encrypt a small string in c# and later on decrypt it with python.

© Stack Overflow or respective owner

Related posts about c#

Related posts about asymmetric