public railfence() { InitializeComponent(); users = true; hf = new helperFunc(); key = new List<int>(); }
public columnair() { InitializeComponent(); hf = new helperFunc(); users = true; key = new List<int>(); }
public vigenere() { InitializeComponent(); hf = new helperFunc(); typ = true; // true: repeating / false: autokey users = true; stream = ""; }
public diffieHellman2() { InitializeComponent(); hf = new helperFunc(); ThreadStart ts = new ThreadStart(Run_client); readthread = new Thread(ts); readthread.Start(); }
BinaryWriter writer; // Encapsulate object from Networkstream(socket_stream) and Writing on Network #endregion Fields #region Constructors public diffieHellman() { InitializeComponent(); hf = new helperFunc(); ThreadStart ts = new ThreadStart(Run_Server); read_thread = new Thread(ts); read_thread.Start(); }
public ceaser() { InitializeComponent(); users = true; hf = new helperFunc(); }
public playfair() { InitializeComponent(); hf = new helperFunc(); }
public monoalphabetic() { InitializeComponent(); users = true; hf = new helperFunc(); }