C# Class Sitecore.Modules.WeBlog.Crypto

Mostra file Open project: WeTeam/WeBlog

Public Methods

Method Description
GetMD5Hash ( string input ) : string

Generate an MD5 hash of a string

Method Details

GetMD5Hash() public static method

Generate an MD5 hash of a string
public static GetMD5Hash ( string input ) : string
input string The string to hash
return string