C# 클래스 _7_CryptoStorage.Hashing

파일 보기 프로젝트 열기: candanbolukbas/Secure-Programming-Samples

보호된 프로퍼티들

프로퍼티 타입 설명
MD5TextLabel global::System.Web.UI.WebControls.Label
PlainTextLabel global::System.Web.UI.WebControls.Label
RFC2898TextLabel global::System.Web.UI.WebControls.Label
SHA1TestLabel global::System.Web.UI.WebControls.Label
SaltTextLabel global::System.Web.UI.WebControls.Label
SaltedSHA1TextLabel global::System.Web.UI.WebControls.Label
form1 global::System.Web.UI.HtmlControls.HtmlForm

공개 메소드들

메소드 설명
HexStringFromBytes ( byte bytes ) : string
SaltAndHashPassword ( string password, byte salt, int hashSize ) : string

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void

메소드 상세

HexStringFromBytes() 공개 정적인 메소드

public static HexStringFromBytes ( byte bytes ) : string
bytes byte
리턴 string

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

SaltAndHashPassword() 공개 메소드

public SaltAndHashPassword ( string password, byte salt, int hashSize ) : string
password string
salt byte
hashSize int
리턴 string

프로퍼티 상세

MD5TextLabel 보호되어 있는 프로퍼티

MD5TextLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label MD5TextLabel
리턴 global::System.Web.UI.WebControls.Label

PlainTextLabel 보호되어 있는 프로퍼티

PlainTextLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label PlainTextLabel
리턴 global::System.Web.UI.WebControls.Label

RFC2898TextLabel 보호되어 있는 프로퍼티

RFC2898TextLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label RFC2898TextLabel
리턴 global::System.Web.UI.WebControls.Label

SHA1TestLabel 보호되어 있는 프로퍼티

SHA1TestLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label SHA1TestLabel
리턴 global::System.Web.UI.WebControls.Label

SaltTextLabel 보호되어 있는 프로퍼티

SaltTextLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label SaltTextLabel
리턴 global::System.Web.UI.WebControls.Label

SaltedSHA1TextLabel 보호되어 있는 프로퍼티

SaltedSHA1TextLabel control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label SaltedSHA1TextLabel
리턴 global::System.Web.UI.WebControls.Label

form1 보호되어 있는 프로퍼티

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
리턴 global::System.Web.UI.HtmlControls.HtmlForm