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

Note: this entry has moved.

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.

No Comments