C# 클래스 withSIX.Core.Extensions.Hash

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
GetMd5HasFromStream ( Stream stream ) : string
GetMd5HashFromFile ( IAbsoluteFilePath path ) : string
MD5 ( this password, int rotations = 1 ) : byte[]
MD5String ( this password, int rotations = 1 ) : string
Sha1 ( this stream, int rotations = 1 ) : byte[]
Sha1String ( this password, int rotations = 1 ) : string
Sha256 ( this password, int rotations = 1 ) : byte[]
Sha256String ( this password, int rotations = 1 ) : string
Sha512 ( this password, int rotations = 1 ) : byte[]
Sha512String ( this password, int rotations = 1 ) : string

메소드 상세

GetMd5HasFromStream() 공개 정적인 메소드

public static GetMd5HasFromStream ( Stream stream ) : string
stream Stream
리턴 string

GetMd5HashFromFile() 공개 정적인 메소드

public static GetMd5HashFromFile ( IAbsoluteFilePath path ) : string
path IAbsoluteFilePath
리턴 string

MD5() 공개 정적인 메소드

public static MD5 ( this password, int rotations = 1 ) : byte[]
password this
rotations int
리턴 byte[]

MD5String() 공개 정적인 메소드

public static MD5String ( this password, int rotations = 1 ) : string
password this
rotations int
리턴 string

Sha1() 공개 정적인 메소드

public static Sha1 ( this stream, int rotations = 1 ) : byte[]
stream this
rotations int
리턴 byte[]

Sha1String() 공개 정적인 메소드

public static Sha1String ( this password, int rotations = 1 ) : string
password this
rotations int
리턴 string

Sha256() 공개 정적인 메소드

public static Sha256 ( this password, int rotations = 1 ) : byte[]
password this
rotations int
리턴 byte[]

Sha256String() 공개 정적인 메소드

public static Sha256String ( this password, int rotations = 1 ) : string
password this
rotations int
리턴 string

Sha512() 공개 정적인 메소드

public static Sha512 ( this password, int rotations = 1 ) : byte[]
password this
rotations int
리턴 byte[]

Sha512String() 공개 정적인 메소드

public static Sha512String ( this password, int rotations = 1 ) : string
password this
rotations int
리턴 string