Top "Rsacryptoserviceprovider" questions

The RSACryptoServiceProvider object performs asymmetric encryption and decryption using the implementation of the RSA algorithm provided by the cryptographic service provider (CSP).

Correctly create RSACryptoServiceProvider from public key

I'm currently trying to create an RSACryptoServiceProvider object solely from a decoded PEM file. After several days of searching, I …

c# rsa pem asn.1 rsacryptoserviceprovider
RSA Key Values and Modulus in Public/Private Keys

I am writing an application that used PKI to secure email, files etc. Using the System.Cryptography namespace, I am …

rsa pki rsacryptoserviceprovider
Decrypting with private key from .pem file in c# with .NET crypto library

I know this is a similar question to this one but before I head down the Bouncey Castle route, does …

c# .net-3.5 rsacryptoserviceprovider
how to decrypt an encrypted text using RSACryptoServiceProvider?

I have encrypted a text using RSACryptoServiceProvider. I exported the public and private key. Obviously I just want to expose …

c# encryption rsacryptoserviceprovider
Object already exists in RSACryptoServiceProvider

I copied the source code from one application to another, both running on the same machine. I am also using …

c# encryption cryptography rsacryptoserviceprovider
Web.config Encryption Error

Having problem with encryption. I gave full permissions to all users to RSA folders. I did C:\>aspnet_regiis …

asp.net encryption rsacryptoserviceprovider aspnet-regiis.exe
RSA in C# does not produce same encrypted string for specific keys?

I have a requirement, where I need to encrypt my connection string in one application and decrypt it in another. …

c# utf-8 rsa utf-16 rsacryptoserviceprovider