CryptoAbstraction static class CryptoAbstraction Documentation Code public static byte[] GenerateRandom(int length) Generates a Byte array of the specified length, and fills it with a cryptographically strong random sequence of values. public static byte[] HashMD5(byte[] source) public static byte[] HashSHA1(byte[] source) public static byte[] HashSHA256(byte[] source) public static byte[] HashSHA384(byte[] source) public static byte[] HashSHA512(byte[] source)