Friday
Jul242009
C# Symmetric encryption wrapper
Friday, July 24, 2009 at 4:29PM The original class for this post can be found at codeproject.com. This class is a tidied up version (and disposes more aggressively).
Friday, July 24, 2009 at 4:29PM The original class for this post can be found at codeproject.com. This class is a tidied up version (and disposes more aggressively).
Wednesday, January 14, 2009 at 4:26PM 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.