Re: Data encryption ?
From: WJ (JWebb_at_Msn2.Com)
Date: 04/11/04
- Next message: WJ: "WindowsIdentity ?"
- Previous message: Paul Glavich [MVP - ASP.NET]: "Re: Data encryption ?"
- In reply to: Paul Glavich [MVP - ASP.NET]: "Re: Data encryption ?"
- Next in thread: Paul Glavich [MVP - ASP.NET]: "Re: Data encryption ?"
- Reply: Paul Glavich [MVP - ASP.NET]: "Re: Data encryption ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sun, 11 Apr 2004 08:38:22 -0400
Paul,
Thanks for the reply. Actually, this util uses DPAPI tool which I try to
avoid. The reason is I attempt to avoid having to use the Windows Registry
DB at all cost. My thinking is that I will try to mess with the Global.asax
to see if there is a way around. So far, no luck in the Google search.
John
"Paul Glavich [MVP - ASP.NET]" <glav@aspalliance.com-NOSPAM> wrote in
message news:%238FCd77HEHA.3376@TK2MSFTNGP09.phx.gbl...
> Well not really, but I think you can achieve what you are after by using
the
> Aspnet_setreg.exe utility that is described in Knowledge base article
> KB329290.
>
> If you have VS.NET installed, then you can load IE or load up the MSDN
help
> and paste this link into the address bar
> ms-help://MS.MSDNQTR.2003OCT.1033/enu_kbaspnetkb/aspnetkb/329290.htm
> to get information on the above article, or simply search on microsofts
> knowledgebase for it. That should do what you need.
>
> --
> - Paul Glavich
> Microsoft MVP - ASP.NET
>
>
> "WJ" <JWebb@Msn2.Com> wrote in message
> news:OzRX5AoHEHA.3832@TK2MSFTNGP10.phx.gbl...
> > .Net Experts,
> >
> > Instead of using MS/Data Protection API, I am using my own encryption
> > library. I need to impersonate a special account (a local Windows 2003
> Logon
> > ID) on my IIS6 box for certain sites, the current "web.config" does not
> know
> > how to decrypt the encrypted password in the line below:
> >
> > <identity impersonate="true" user="mySpecialAcct" password="secretPW"/>
> >
> > Is there a way to pause my page loader/authentication process until my
> > decryption code is completed (to un-encrypt the password) ? In other
word,
> > when the user punches in the url, MS/IE will prompt him for his
password,
> I
> > like somehow to intercept this process at the server side until the
> > decryption is completed.
> >
> > Thanks
> >
> > John
> >
> >
> >
> >
> >
>
>
- Next message: WJ: "WindowsIdentity ?"
- Previous message: Paul Glavich [MVP - ASP.NET]: "Re: Data encryption ?"
- In reply to: Paul Glavich [MVP - ASP.NET]: "Re: Data encryption ?"
- Next in thread: Paul Glavich [MVP - ASP.NET]: "Re: Data encryption ?"
- Reply: Paul Glavich [MVP - ASP.NET]: "Re: Data encryption ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|