MD5 Class

MD5 hash calculator.

Inheritance

Object

MD5

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class MD5

Constructors

MD5link

MD5 hash calculator.

Declaration
public MD5()

Methods

Calculatelink

Calculates the MD5 hash.

Declaration
public static string Calculate(Byte[] input)
Parameters
Type Name Description
Byte[] input The input bytes.
Returns
Type Description
stringThe MD5 hash as a string.

leftRotatelink

Performs left rotation of bits.

Declaration
public static uint leftRotate(uint x, int c)
Parameters
Type Name Description
uint x The value.
int c The rotation count.
Returns
Type Description
uintThe rotated value.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙