public void sten()
        {
            encstr = CryptClass.EncryptDES(str, pasw);
            VMware_tools__encrypter.Form1.CheckForIllegalCrossThreadCalls = false;
            Action act = delegate()
            {
            };

            this.Invoke(act);
        }
 public static void edc()
 {
     destr = CryptClass.DecryptDES(str, pasw);
 }