|
Posted by S. Pidgorny on March 31, 2007, 4:42 am
If you were Registered and logged in, you could reply and use other advanced thread options I think this behaviour can be classified as a bug in Microsoft software - I
recommend filing bug report.
--
Svyatoslav Pidgorny, MS MVP - Security, MCSE
-= F1 is the key =-
* http://sl.mvps.org * http://msmvps.com/blogs/sp *
> Follow-up, correction, and clarification:
>
> I should add that this process is a web service. On Windows 2003, IIS
> Application Pool's configuration has an impact time the process takes.
>
> If the web service is in an application pool whose identity is set to
> Local System, the Sha1 decryption-encryption process takes less than 5
> seconds.
>
> If the identity is set to Network Service, the Sha1 decryption-
> encryption takes 35 seconds.
>
> Checking from Process Explorer, I see that the w3wp.exe (worker
> process) is holding on to crypt32.dll for about 28 seconds. The stack
> looks something like this:
>
> ntoskrnl.exe+0x397da
> ntdll.dll!KiFastSystemCallRet
> CRYPT32.dll!I_CryptFlushLruCache+0x84
> kernel32.dll!GetModuleHandleA+0xdf
> mscorsvr.dll!GetAssemblyMDImport+0x1c188
>
> Interesting but not -- to me, at least -- all that informative.
> Cryptographically speaking, what would System have that Network
> Service lacks?
>
> J Wolfgang Goerlich
>
|