C# 클래스 hidden_tear.Form1

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: MarcAngio/Hidden-tear-2.0

공개 메소드들

메소드 설명
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, EventArgs e ) : void
Form_Shown ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

메소드 상세

AES_Encrypt() 공개 메소드

public AES_Encrypt ( byte bytesToBeEncrypted, byte passwordBytes ) : byte[]
bytesToBeEncrypted byte
passwordBytes byte
리턴 byte[]

CreatePassword() 공개 메소드

public CreatePassword ( int length ) : string
length int
리턴 string

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

EncryptFile() 공개 메소드

public EncryptFile ( string file, string password ) : void
file string
password string
리턴 void

Form1() 공개 메소드

public Form1 ( ) : System
리턴 System

SendPassword() 공개 메소드

public SendPassword ( string password ) : void
password string
리턴 void

encryptDirectory() 공개 메소드

public encryptDirectory ( string location, string password ) : void
location string
password string
리턴 void

messageCreator() 공개 메소드

public messageCreator ( ) : void
리턴 void

startAction() 공개 메소드

public startAction ( ) : void
리턴 void