Daniel Cazzulino's Blog : Don't know what SHA1, DPAPI and Initialization Vector is? Crypto made simpe at last!

Subscriptions

News

Source code published in this blog is public domain unless otherwise specified.

 

kzu in LinkedIn

  Microsoft MVP Profile

 Contact

Post Categories

Don't know what SHA1, DPAPI and Initialization Vector is? Crypto made simpe at last!

Hernan de Lahitte brings signing, encrypting and hashing to the masses with his Crypto for Everyone post. His work is not pet-project development. I worked with this guy in probably the biggest .NET project in Argentina, and he really knows what security means. The helpers he presents are fully tested, widely used in that project to perform many security-sensitive actions, and is really a time-saver for anyone (like myself) who just wants to call a method and get somebody else worry about the intricacies of cryptography.

Next time you need to encrypt a license key, a password, in-memory (i.e. CallContext) data internal to your framework, etc., be sure to download it.

posted on Thursday, March 11, 2004 2:40 AM by kzu