25.12.2014 Views

Analysis and Evaluation of the Windows Event Log - Bill Buchanan

Analysis and Evaluation of the Windows Event Log - Bill Buchanan

Analysis and Evaluation of the Windows Event Log - Bill Buchanan

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

C:\Documents <strong>and</strong> Settings\Barrie\My ...-aes\simpletcpclient2-aes\Program.cs<br />

}<br />

5<br />

private static string m_stringData = "";<br />

public static string stringData<br />

{<br />

get { return m_stringData; }<br />

set { m_stringData = value; }<br />

}<br />

private static Socket m_server;<br />

public static Socket server<br />

{<br />

get { return m_server; }<br />

set { m_server = value; }<br />

}<br />

private static byte[] m_data;<br />

public static byte[] data<br />

{<br />

get { return m_data; }<br />

set { m_data = value; }<br />

}<br />

private static int m_recv;<br />

public static int recv<br />

{<br />

get { return m_recv; }<br />

set { m_recv = value; }<br />

}<br />

private static int m_myCount;<br />

public static int myCount<br />

{<br />

get { return m_myCount; }<br />

set { m_myCount = value; }<br />

}<br />

private static string m_user;<br />

public static string user<br />

{<br />

get { return m_user; }<br />

set { m_user = value; }<br />

}<br />

private static string m_justPublicKey;<br />

}<br />

public static string justPublicKey<br />

{<br />

get { return m_justPublicKey; }<br />

set { m_justPublicKey = value; }<br />

}<br />

private static string PASSWORD_CHARS_LCASE = "abcdefgijkmnopqrstwxyz";<br />

private static string PASSWORD_CHARS_UCASE = "ABCDEFGHJKLMNPQRSTWXYZ";<br />

private static string PASSWORD_CHARS_NUMERIC = "0123456789";<br />

private static string PASSWORD_CHARS_SPECIAL = "*$-+_=!%{}/";<br />

public static string Generate(int minLength, int maxLength)<br />

{<br />

if (minLength

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!