C# Class _7_CryptoStorage.Hashing

Afficher le fichier Open project: candanbolukbas/Secure-Programming-Samples

Protected Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
HexStringFromBytes ( byte bytes ) : string
SaltAndHashPassword ( string password, byte salt, int hashSize ) : string

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

HexStringFromBytes() public static méthode

public static HexStringFromBytes ( byte bytes ) : string
bytes byte
Résultat string

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

SaltAndHashPassword() public méthode

public SaltAndHashPassword ( string password, byte salt, int hashSize ) : string
password string
salt byte
hashSize int
Résultat string

Property Details

MD5TextLabel protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

PlainTextLabel protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

RFC2898TextLabel protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

SHA1TestLabel protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

SaltTextLabel protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

SaltedSHA1TextLabel protected_oe property

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
Résultat global::System.Web.UI.WebControls.Label

form1 protected_oe property

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
Résultat global::System.Web.UI.HtmlControls.HtmlForm