hello
i want rsa encryption with standard rsa algorithm in .net . but for this purpose i need public key/private key. can you help me for solve this problem??
actually i want to implement rsa encryption/decryption with stand rsa c# algorithm. but for this purpose i need to public or private key. please help me for convert extract public from token to RSACryptoServiceProvider.
in A section encrypt data with public key and for this action used token for encryption operations. and the other side in B section i want to decryption data with private key with standard RSA C# algorithm.
Best Regards
Ehsan Farahani