public string DecryptionStart(string text, string key, bool IsBinary)
 {
     return(cProcess.DecryptionStart(text, key, IsBinary));
 }