Sign in
Decrypt my World
Cryptography, Security, Debugging and more!
Tags
ADSI
CAPICOM
Cdb
CertEnroll
CNG
Credential Providers
CryptAcquireContext
CryptoAPI
Debugger scripts
Debugging
DPAPI
Interop
LSASS
NT Services
NTSD
P/Invoke
PowerShell
RSACryptoServiceProvider
SCard API
Smart Card
System.DirectoryServices
System.Reflection
System.Security
VBScript
WinDbg
Windows 7
Windows SDK
Windows Server 2003
Windows Server 2008
Windows Vista
Windows XP
WinInet
WMI
x64
XEnroll
Browse by Tags
MSDN Blogs
>
Decrypt my World
>
All Tags
>
windows server 2008
Tagged Content List
Blog Post:
SChannel does not support SSL Fragmentation
Alejandro Campos Magencio
Hi all, When connecting to an SSL-enabled web site with Internet Explorer , the client and server must negotiate an SSL session . The server sends its list of trusted root certificates to the client in the form of a non-encrypted record. The server requires that the client have a digital certificate...
on
27 Sep 2011
Blog Post:
SignTool fails with error 0x80092006 on Windows Server 2008
Alejandro Campos Magencio
Hi all, The other day a customer of mine was trying to sign a binary with SignTool.exe using the following command line on Windows Server 2008 SP2 : Signtool.exe sign /a /f "c:\mycert.pfx" /p "password" /t "http://timestamp.verisign.com/scripts/timstamp.dll" "c:\temp\myFile.exe" And...
on
24 Mar 2011
Blog Post:
How to update "Run only specified windows applications" GPO programmatically (VBScript)
Alejandro Campos Magencio
Hi all, A customer of mine had to add a list of thousands of applications to the "Run only specified windows applications" GPO on his Windows Server 2008 . And obviously he wanted to automate this task to avoid adding them manually one at a time. So I went the easy way and created the following...
on
24 Mar 2011
Blog Post:
FileSystemWatcher class does not fire Change events when NotifyFilters.Size is used
Alejandro Campos Magencio
Hi all, A customer of mine was trying to monitor a .log file in a specific folder with .NET's FileSystemWatcher class and a code like the following: static void Main(string[] args) { FileSystemWatcher fsw = new FileSystemWatcher(@"C:\mypath", "myfile.log"); fsw.NotifyFilter = NotifyFilters...
on
23 Mar 2011
Blog Post:
How to disable the pop up that Windows shows when an app crashes
Alejandro Campos Magencio
Hi all, The other day a customer of mine was trying to disable the pop up dialog that Windows shows after an application crashes . On Windows XP , they could get rid of it by going to "Control Panel > System Properties > Advanced > Error reporting" , clicking on "Disable error reporting...
on
18 Feb 2011
Blog Post:
Big delay when calling X509Certificate2 constructor
Alejandro Campos Magencio
Hi all, The other day a customer of mine was experiencing big delays when making this kind of calls to X509Certificate2 constructor : X509Certificate2 cert = new X509Certificate2(byteArray); Sometimes this process was almost instant, sometimes it took up to 2 minutes to create the object!!!...
on
18 Feb 2011
Blog Post:
How to set sound volume programmatically
Alejandro Campos Magencio
Hi all, From time to time I like to post about other issues which are not related to crypto stuff, but I consider useful because of the number of request I get on them. And this is one common question I've seen: how do I set sound volume programmatically on Windows? On Windows XP we can manipulate...
on
13 Jan 2010
Blog Post:
SubAuthentication package gets Zero LogonId
Alejandro Campos Magencio
Hi all, The other day I worked on an issue related to a SubAuthentication package that one of my customers had developed. One of the things that package was doing was getting the LogonId field of the LogonInformation struct being passed to Msv1_0SubAuthenticationFilter method by the Authentication...
on
1 Sep 2009
Blog Post:
Controls won't get resized once the nesting hierarchy of windows exceeds a certain depth (x64)
Alejandro Campos Magencio
Hi all, welcome back, I've been working on an issue where WM_SIZE events are not properly generated once the nesting hierarchy of windows exceeds a certain depth. This issue only occurs on current x64 Windows : like XP, Server 2008 or the latest Windows 7. For ilustration purposes, let's imagine...
on
11 Aug 2009
Blog Post:
NdrClientCall2 fails with RPC_S_ALREADY_LISTENING when using pipes over ncalrpc
Alejandro Campos Magencio
Hi all, I've been working on a Microsoft Remote Procedure Call (RPC) issue recently, where the first call to a specific remote method fails because the call to NdrClientCall2 function in the client stub returns RPC_S_ALREADY_LISTENING ( "The server is already listening" ) error. But subsequent calls...
on
27 May 2009
Blog Post:
How to create a certificate request with CertEnroll (ASP)
Alejandro Campos Magencio
Hi all, The other day I posted a Javascript sample which shows how to use CertEnroll COM component to create a certificate request and install the response from the CA (Certificate Authority): How to create a certificate request with CertEnroll (JavaScript) . The installation part of that sample...
on
20 Feb 2009
Blog Post:
Security Warning dialog box is displayed when you try to silently install a hotfix or an update
Alejandro Campos Magencio
Hi all, You may be trying to install a hotfix or update silently , but you keep getting a security warning dialog because the file was downloaded from the Internet . The following article explains this situation: 889815 The Open File - Security Warning dialog box is displayed when you try to silently...
on
27 Jun 2008
Blog Post:
CAPICOM support on Windows Server 2008
Alejandro Campos Magencio
Hi all, welcome back, If you remember all the confusion there was regarding CAPICOM support on Vista , now everything seems much clearer on Windows Server 2008. Our documentation team has done its homework, as we can see in CAPICOM Reference : "CAPICOM is available for use in the following...
on
6 Mar 2008
Page 1 of 1 (13 items)