Cryptograhic service provider failed

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Cryptograhic service provider failed

    I have an asp.net application that is using forms
    authentication and the encrypt/decrypt methods to encrypt
    the ticket. My application works perfectly on my test
    system. However, when moved over to production, I am
    receiving the following error:
    System.Security.Cryptography.CryptographicExceptio n:
    Cryptographic service provider (CSP) could not be found
    for this algorithm


    Searching has only revealed one other issue similar to
    this with a user using TripleDES encryption. The
    suggested resolution was to make sure that the high
    encryption pack was installed on the win2k server. I have
    confirmed that the high-encryption pack is installed on
    our production server. Anyone have any other ideas? TIA.
    netdev Guest

  2. Similar Questions and Discussions

    1. CryptoAPI cryptographic service provider (CSP) for this implementation could not be acquired during encryption
      Hi, We are trying to encrypt and decrypt some fields using RSA algorithm.The class being used is RSACryptoServiceProvider.We have put a key in its...
    2. Indexing Service (MSIDXS OLEDB Provider) Error - Impersonation Fai
      I'm using the MSIDXS OLEDB provider in my ASP.NET application to search/query the Indexing Service catalogs for information. This works fine on my...
    3. Cryptographic service provider (CSP) could not be found for this algorithm.
      I'm running an ASP.NET webapplication on a Windows 2000 Server SP4 machine with .Net Framework 1.0 installed. The ASP.Net application uses...
    4. Data provider or other service returned an E_FAIL status
      I've started getting this error on an asp page that has been working fine for over a year: ============================== HTTP 500.100 -...
    5. Can't find a cryptographic service provider (CSP) in this algorythm...
      Hi! I'm trying to use a System.Security.Criptography function, it works on my machine but when I publish the site, it gives me the following...
  3. #2

    Default Re: Cryptograhic service provider failed

    I have the same problem in certain circumstances. I would be very grateful
    if someone could explain me the reason for this.

    Meanwhile you could try the following:

    1. Set Impersonate to false in your Web.Config
    if this doesn't help, additionaly:
    2. Configure .NET framework to run under System-Account

    That helped solving the problem on my system,

    best regards

    Sascha


    "netdev" <eric_keeney@hotmail.com> wrote in message
    news:433601c37c63$788f2740$a501280a@phx.gbl...
    > I have an asp.net application that is using forms
    > authentication and the encrypt/decrypt methods to encrypt
    > the ticket. My application works perfectly on my test
    > system. However, when moved over to production, I am
    > receiving the following error:
    > System.Security.Cryptography.CryptographicExceptio n:
    > Cryptographic service provider (CSP) could not be found
    > for this algorithm
    >
    >
    > Searching has only revealed one other issue similar to
    > this with a user using TripleDES encryption. The
    > suggested resolution was to make sure that the high
    > encryption pack was installed on the win2k server. I have
    > confirmed that the high-encryption pack is installed on
    > our production server. Anyone have any other ideas? TIA.

    Alexander Stojakovic Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139