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

April 2009 - Posts

Default Provider Type for CspParameters has changed
Hi all, Before .NET Framework 3.5 SP1 , the default provider type for CspParameters was PROV_RSA_FULL (1) . Now it's PROV_RSA_AES (24) for all operating systems which support Microsoft Enhanced RSA and AES Cryptographic Provider (WinXP and higher). So Read More...
Do you need help right now?
Hi all, I've been quite busy lately and didn't find any free time to post anything or answer all the questions I get on my posts. Really sorry about that. If you have any issue or question on anything you may find in my blog and you don't get an answer Read More...
How to get information from a CRL (.NET)
Hi all, The following C# sample uses CryptoAPI to read the info of a CRL ( Certificate Revocation List ) stored in a file: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; Read More...
Page view tracker