Table of Contents

Class MD5

Namespace
VAST.Crypto
Assembly
VAST.Common.dll

Provides MD5 hash computation functionality with FIPS compliance support.

public class MD5 : IDisposable
Inheritance
MD5
Implements
Inherited Members

Constructors

MD5()

Initializes a new instance of the MD5 class.

public MD5()

Methods

ComputeHash(byte[])

Computes the MD5 hash for the specified byte array.

public byte[] ComputeHash(byte[] buffer)

Parameters

buffer byte[]

The input to compute the hash for.

Returns

byte[]

The computed MD5 hash.

Dispose()

Releases all resources used by this instance.

public void Dispose()