C# Class EfficientlyLazy.Crypto.Demo.UserControls.DESEngineControl

Inheritance: CryptoUserControl
Afficher le fichier Open project: jasonlaflair/EfficientlyLazy.Crypto Class Usage Examples

Méthodes publiques

Méthode Description
DESEngineControl ( ) : System

Méthodes protégées

Méthode Description
EngineDecrypt ( string encryptedText ) : string
EngineEncrypt ( string clearText ) : string
ValidateParameters ( ) : bool

Private Methods

Méthode Description
DESEngineControl_Load ( object sender, EventArgs e ) : void
GenerateEngine ( ) : ICryptoEngine
cbxUseEncoding_CheckedChanged ( object sender, EventArgs e ) : void
cbxUseHashAlgorithm_CheckedChanged ( object sender, EventArgs e ) : void
cbxUseInitVector_CheckedChanged ( object sender, EventArgs e ) : void
cbxUseKeySalt_CheckedChanged ( object sender, EventArgs e ) : void
cbxUseKeySize_CheckedChanged ( object sender, EventArgs e ) : void
cbxUsePasswordIterations_CheckedChanged ( object sender, EventArgs e ) : void
cbxUseRandomSalt_CheckedChanged ( object sender, EventArgs e ) : void

Method Details

DESEngineControl() public méthode

public DESEngineControl ( ) : System
Résultat System

EngineDecrypt() protected méthode

protected EngineDecrypt ( string encryptedText ) : string
encryptedText string
Résultat string

EngineEncrypt() protected méthode

protected EngineEncrypt ( string clearText ) : string
clearText string
Résultat string

ValidateParameters() protected méthode

protected ValidateParameters ( ) : bool
Résultat bool