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

Inheritance: CryptoUserControl
ファイルを表示 Open project: jasonlaflair/EfficientlyLazy.Crypto Class Usage Examples

Public Methods

Method Description
DESEngineControl ( ) : System

Protected Methods

Method Description
EngineDecrypt ( string encryptedText ) : string
EngineEncrypt ( string clearText ) : string
ValidateParameters ( ) : bool

Private Methods

Method 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 method

public DESEngineControl ( ) : System
return System

EngineDecrypt() protected method

protected EngineDecrypt ( string encryptedText ) : string
encryptedText string
return string

EngineEncrypt() protected method

protected EngineEncrypt ( string clearText ) : string
clearText string
return string

ValidateParameters() protected method

protected ValidateParameters ( ) : bool
return bool