C# Class hidden_tear.Form1

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: MarcAngio/Hidden-tear-2.0

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
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.

Method Details

AES_Encrypt() public méthode

public AES_Encrypt ( byte bytesToBeEncrypted, byte passwordBytes ) : byte[]
bytesToBeEncrypted byte
passwordBytes byte
Résultat byte[]

CreatePassword() public méthode

public CreatePassword ( int length ) : string
length int
Résultat string

Dispose() protected méthode

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

EncryptFile() public méthode

public EncryptFile ( string file, string password ) : void
file string
password string
Résultat void

Form1() public méthode

public Form1 ( ) : System
Résultat System

SendPassword() public méthode

public SendPassword ( string password ) : void
password string
Résultat void

encryptDirectory() public méthode

public encryptDirectory ( string location, string password ) : void
location string
password string
Résultat void

messageCreator() public méthode

public messageCreator ( ) : void
Résultat void

startAction() public méthode

public startAction ( ) : void
Résultat void