Re: Cryptographic Service Provider problem

From: Pieter Philippaerts (Pieter_at_nospam.mentalis.org)
Date: 10/31/03


Date: Fri, 31 Oct 2003 13:34:29 +0100


"Sky Fly" <nobody@blackhole.com> wrote in message
> I'm wondering
> whether there are some files that the RSACryptoServiceProvider
> uses to do the encryption that may have been corrupted.
> Can any one confirm this, and let me know which files
> I may need to restore, or indeed if there is any other
> possible cause of this problem?

Yup, your key store is probably corrupted. Take a look at the following
thread for more information: http://tinyurl.com/t4vp

Regards,
Pieter Philippaerts
Managed SSL/TLS: http://www.mentalis.org/go.php?sl



Relevant Pages

  • Re: Maximum data size that RSACryptoServiceProvider can encrypt at a time?
    ... > What is the maximum data size that RSACryptoServiceProvider ... Regards, ... Pieter Philippaerts ... Managed SSL/TLS: http://www.mentalis.org/go.php?sl ...
    (microsoft.public.dotnet.security)
  • Error:"Key not valid for use in specified state" for "RSACryptoServiceProvider.Encrypt()"
    ... I modified the RSACSPSample from MSDN to try out a simple commutative encryption model using RSA encryption but when i run the progrem the first encryption command works but during the second encryption command (line: ... RSACryptoServiceProvider RSA = new RSACryptoServiceProvider; ... decryptedData = RSADecrypt, false); ...
    (microsoft.public.dotnet.languages.csharp)
  • NTE_BAD_KEY - RSA Cryptography
    ... RSACryptoServiceProvider rsa = new ... string txtPublicKey = rsa.ToXmlString; ... RSACryptoServiceProvider rsa1 = new RSACryptoServiceProvider; ... because it does not have the high encryption pack installed. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: How to use RSACryptoServiceProvider?
    ... RSA can be encrypted by any key of the pair then can be ... The RSACryptoServiceProvider do not allow data ... encryption with the private key or data decryption with the public key. ...
    (microsoft.public.dotnet.security)