CryptographicException: Bad Data

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

  1. #1

    Default CryptographicException: Bad Data

    Hi.

    Okay.
    From this one site A, a user login then using a frame to go to site B.

    Then I get System.Security.Cryptography.CryptographicExceptio n: Bad
    Data. error.

    It seems to me the page of site B somehow recognize login information
    of site A and tries to decript it.

    Site A and Site B are in same server.

    Site A's domain name and site B's domain name is the same.

    Actually it's better if site B just recognizes site A's login, but I
    couldn't get that to work.

    I don't know really what to do here. Please help?
    jaekim Guest

  2. Similar Questions and Discussions

    1. Linking data, searching data, and format the data file
      I'm sorta new to flash and integrating data and components...I'm usu. an interface designer. I'm trying to link a combo box to a file doesn't...
    2. Bad Data CryptographicException when RSA decrypting
      Hi you try with this sample. I am not sure where the problem in your code. But you always yous UnicodeEncoding class. Here the working...
    3. Load xml data in sepearate mxml file and Populate data
      I am working on a dynamic Tilelist control that will populate a data and show image under each tile from another mxml file which itself contain de...
    4. CryptographicException - Bad Data when changing from SSL to no secure connection
      Hi, in a asp-vb.net web application, i have a login page. when i use the login page with http:// url, everything is fine, authentication works....
    5. CryptographicException: Bad Data - when storing public key only in key store on encrypting machine
      I am working on a system in which a web server will contain the Public Key from an RSA Key Pair and it will be stored in a key store (in machine...
  3. #2

    Default Re: CryptographicException: Bad Data

    Sorry.. I explained something wrong.

    Site A and Site B is on same server, but is using different domain name.




    [email]jkim65@socal.rr.com[/email] (jaekim) wrote in message news:<91d0d16b.0309060157.84ad9ca@posting.google.c om>...
    > Hi.
    >
    > Okay.
    > From this one site A, a user login then using a frame to go to site B.
    >
    > Then I get System.Security.Cryptography.CryptographicExceptio n: Bad
    > Data. error.
    >
    > It seems to me the page of site B somehow recognize login information
    > of site A and tries to decript it.
    >
    > Site A and Site B are in same server.
    >
    > Site A's domain name and site B's domain name is the same.
    >
    > Actually it's better if site B just recognizes site A's login, but I
    > couldn't get that to work.
    >
    > I don't know really what to do here. Please help?
    jaekim Guest

  4. #3

    Default Re: CryptographicException: Bad Data

    I just found that Any kind of access gives the error after I login.

    I login using page within a frame, then if I refresh it gives the error.

    Now nobody can login to my site!!
    jaekim Guest

  5. #4

    Default Re: CryptographicException: Bad Data

    This was nothing but corruped tempoary internet files. :(
    jaekim 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