output

  1. K

    Encrypt text which comes to StreamWriter from Console.SetOut

    Hi, I run the other assembly from my program and I've redirected the output to the file. I would like to encrypt (at least the simple XOR) output from the other assembly in "real time". I will show this on snippet: FileStream streamer; StreamWriter writer; TextWriter oldOut =...
Back
Top Bottom