C# Class ScrewTurn.Wiki.Plugins.SqlCommon.Hash

Computes hashes.
Mostra file Open project: mono/ScrewTurnWiki

Public Methods

Method Description
Compute ( string input ) : string

Computes the Hash code of a string and converts it into a Hex string.

Private Methods

Method Description
ComputeBytes ( string input ) : byte[]

Computes the Hash code of a string.

Method Details

Compute() public static method

Computes the Hash code of a string and converts it into a Hex string.
public static Compute ( string input ) : string
input string The string.
return string