Provides a namespace for implementing common Cryptography fucntions related to security. This namespace mainly provides wrappers to the .Net Cryptography functions for easy use for the functions. There are a few performance implications as the classes are not held in memory however they are created and destroyed as is needed, however for the majority of applications this performance overhead will hardly be noticed.

Classes

  ClassDescription
MD5
This class is a wrapper class for working with the MD5CryptoServiceProvider, it contains a single static method called GenerateHash