C# Class Habanero.Base.Utf8Sha1Hasher

Hashes a UTF8 string
Inheritance: IHasher
Show file Open project: Chillisoft/habanero

Public Methods

Method Description
HashString ( string value ) : string

Creates a Hash of a UTF8 string using Sha1

Private Methods

Method Description
GetPasswordByteArray ( string value ) : byte[]

Method Details

HashString() public method

Creates a Hash of a UTF8 string using Sha1
public HashString ( string value ) : string
value string The string to hash
return string