Method | Description | |
---|---|---|
AES_Encrypt ( byte bytesToBeEncrypted, byte passwordBytes ) : byte[] | ||
CreatePassword ( int length ) : string | ||
EncryptFile ( string file, string password ) : void | ||
Form1 ( ) : System | ||
SendPassword ( string password ) : void | ||
encryptDirectory ( string location, string password ) : void | ||
messageCreator ( ) : void | ||
startAction ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
Form1_Load ( object sender, |
||
Form_Shown ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
public AES_Encrypt ( byte bytesToBeEncrypted, byte passwordBytes ) : byte[] | ||
bytesToBeEncrypted | byte | |
passwordBytes | byte | |
return | byte[] |
public CreatePassword ( int length ) : string | ||
length | int | |
return | string |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public EncryptFile ( string file, string password ) : void | ||
file | string | |
password | string | |
return | void |
public SendPassword ( string password ) : void | ||
password | string | |
return | void |
public encryptDirectory ( string location, string password ) : void | ||
location | string | |
password | string | |
return | void |