Top

Tags


Roadkill .NET Wiki

Google ads

Recommended reading


Search

Entries in encryption (2)

Friday
Jul242009

C# Symmetric encryption wrapper 

The original class for this post can be found at codeproject.com. This class is a tidied up version (and disposes more aggressively).

Click to read more ...

Wednesday
Jan142009

C# MD5 and SHA encryption wrapper class 

This is a simple utility class for MD5 (128bit) or SHA-2 (256bit,384bit and 512bit) hash encryption.

It outputs the string using 2 byte hex values, e.g. AB12FE. It doesn't include SHA-1 but that's trivial to add.

Click to read more ...