Crypto Next Generation Wrapper for .NET

I do a monthly article for CodeGuru on Visual C++ (archive here), and this months article was on the new Crypto API (called Windows Cryptography API: Next Generation (CNG)) in Windows Vista. One of the real benefits of CNG is the support for National Security Agency (NSA) Suite B algorithms, and the article shows the use of secret exchange through Elliptic curve cryptography (ECC).

While doing some research for the article, I found a .NET wrapper for ECC over at Code Project - if you're a .NET developer doing apps that will be deployed on Vista and above, and want to make use on CNG, this wrapper will greatly simplify your interop experiences.
Posted: Jun 01 2007, 01:09 AM by nick | with no comments
Filed under: