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

March 2009 - Posts

How to create a self-signed certificate with CryptoAPI (C++)
Hi all, The following C++ sample shows how to use CertCreateSelfSignCertificate API to create a self-signed certificate . The private/public key pair will be created in the machine profile and the certificate will be stored in the Trusted Root CA store Read More...
How to get LastLogon property for all users in a Domain (VBScript)
Hi all, The following VBScript sample retrieves all users in Active Directory that haven't ever logged on the domain, or haven't logged on for at least maxDays (an argument passed to the script): On Error Resume Next ' Constants ' Const ONE_HUNDRED_NANOSECOND Read More...
Page view tracker