How to encrypt a file using a Public Key in C#?
- by Ismael
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.