Welcome to MSDN Blogs Sign in | Join | Help

Decrypt my World

Cryptography, Security, Debugging and more!

News

  • Any of my posts is supported under any Microsoft standard support program or service. They are provided "AS IS" without warranty of any kind, and confer no rights.

Where are my readers?

Locations of visitors to this page

Favorite Posts

January 2009 - Posts

CRL gets cached after we do an Online verification with X509Chain
Hi all, When we use X509Chain class to verify if our certificate is not revoked, we may experience the following behavior: 1) We do an online verification ( X509Chain.ChainPolicy.RevocationMode set to X509RevocationMode.Online ) on a valid certificate Read More...
How to create a certificate request with CertEnroll (JavaScript)
Hi all, The following Javascript sample shows how to use CertEnroll COM component to create a certificate request: <html> <head> <title>Certificate Request test</title> </head> <body> <object id=" objCertEnrollClassFactory Read More...
SHA-2 support on Windows XP
Hi all, If you try to use any SHA-2 algorithm ( SHA-256, SHA-384 and SHA-512 ) on Windows XP , you may get the following error when using i.e. CryptCreateHash : NTE_BAD_ALGID or -2146893816 or 0x80090008 or "Invalid algorithm specified" . Same algorithms Read More...
Page view tracker