Ask a Question related to ASP.NET Security, Design and Development.
-
z f #1
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.
when i work with https:// it also works.
when i change from https to http after the login (only login works with SSL)
i get the error
[System.Security.Cryptography.CryptographicExceptio n] - Bad Data
on the following line in the global.asax authenticateRequest
Dim authTicket As FormsAuthenticationTicket =
FormsAuthentication.Decrypt(authCookie.Value)
what can i do? please help.
TIA, z.
z f Guest
-
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... -
You are about to be redirected to a connection that is not secure
I have an application where I move a user from http to https to http. On every move from https to http I get the following popup: You are about... -
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... -
whats the best way to mix secure and non secure data on a page?
i have an ecommerce site that is split across two domains, a secure space that retains cc details and the main site where contact information and... -
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 ...



Reply With Quote

