C# Class Misc.Program

Afficher le fichier Open project: sCiFis/CTF-Writeups

Méthodes publiques

Méthode Description
ByteArrayToString ( byte ba ) : string
dec ( string file_name, string password ) : string
decrypt ( byte data, byte drive_byte ) : byte[]
genRandomString ( int ax ) : string

Private Methods

Méthode Description
Main ( string args ) : void
cc ( string input ) : char

Method Details

ByteArrayToString() public static méthode

public static ByteArrayToString ( byte ba ) : string
ba byte
Résultat string

dec() public static méthode

public static dec ( string file_name, string password ) : string
file_name string
password string
Résultat string

decrypt() public static méthode

public static decrypt ( byte data, byte drive_byte ) : byte[]
data byte
drive_byte byte
Résultat byte[]

genRandomString() public static méthode

public static genRandomString ( int ax ) : string
ax int
Résultat string