C# Class Misc.Program

Show file Open project: sCiFis/CTF-Writeups

Public Methods

Method 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

Method Description
Main ( string args ) : void
cc ( string input ) : char

Method Details

ByteArrayToString() public static method

public static ByteArrayToString ( byte ba ) : string
ba byte
return string

dec() public static method

public static dec ( string file_name, string password ) : string
file_name string
password string
return string

decrypt() public static method

public static decrypt ( byte data, byte drive_byte ) : byte[]
data byte
drive_byte byte
return byte[]

genRandomString() public static method

public static genRandomString ( int ax ) : string
ax int
return string