Ask a Question related to ASP.NET Security, Design and Development.
-
OTS #1
Reading/Decrypting ASP.Net auth cookie from ASP
I have mixed ASP & ASP.Net sites. I want to read an encrypted
FormsAuthenticationTicket from an ASP page (I already have multiple ASP.Net
apps reading the tickets).
Given the information from the <machineKey> section of web.config, what are
the steps to decrypt the cookie? I would like to access the userinfo data in
the ticket.
I have a C++ component that grabs the cookie, the question is whether to do
the decryption there or somehow call into a managed library and use the
managed decryption (if I can get the proper machineKey context loaded).
Thanks in advance
OTS Guest
-
Forms Auth Info passed to Windows Auth?
The requirement is to build an ASP.Net intranet application, so external users can log in to the main web portal via forms authentication, using... -
Forms Auth cookie question
This may be a dumb question, but does anyone know where the Forms Authentication cookie is kept on an XP box? It definitely isn't kept with all of... -
Configuring Windows Auth & Forms Auth in Asp.Net
Configuring Windows Auth & Forms Auth in Asp.Ne Hi, I've configured a web app to use windows authentication and also set up two separate... -
Reading a cookie from a Web Control
I have the need for a page to either pick between 2 Web Controls, one being the login; the other being subscriber input/confirmation. If a cookie... -
Decrypting files
Well I'm in a huge mess. I formated my computer and moved all my encrypted files onto a diff drive so I didn't have to burn them all to cd. Well...



Reply With Quote

