Can anyone point me in the right direction for an example of encrypting card data in C#? Using the key from CDN. I've looked at the Java example but still unclear on getting the modulus and exponent. Also, encrypting using the newly created RSA key.
Any help is greatly appreciated!