C# 클래스 PasswordSharp.CryptUtils

파일 보기 프로젝트 열기: ahall/PasswordSharp

공개 메소드들

메소드 설명
Crypt ( string password, string salt ) : string
MakeSalt ( ) : string
MakeSalt ( string algoType ) : string
MakeSalt ( string algoType, int rounds ) : string
Verify ( string hash, string password ) : bool

비공개 메소드들

메소드 설명
GetRounds ( ) : int

메소드 상세

Crypt() 공개 정적인 메소드

public static Crypt ( string password, string salt ) : string
password string
salt string
리턴 string

MakeSalt() 공개 정적인 메소드

public static MakeSalt ( ) : string
리턴 string

MakeSalt() 공개 정적인 메소드

public static MakeSalt ( string algoType ) : string
algoType string
리턴 string

MakeSalt() 공개 정적인 메소드

public static MakeSalt ( string algoType, int rounds ) : string
algoType string
rounds int
리턴 string

Verify() 공개 정적인 메소드

public static Verify ( string hash, string password ) : bool
hash string
password string
리턴 bool