메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | byte[] |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public EncryptFile ( string file, string password ) : void | ||
file | string | |
password | string | |
리턴 | void |
public encryptDirectory ( string location, string password ) : void | ||
location | string | |
password | string | |
리턴 | void |