Archives for: "August 2007, 03"
CryptoStream
I have done a google search on crypto topic. Some examples are saying to CryptoStream(outStream, TripleDESCryptoServiceProvider.CreateDecryptor(),CryptoStreamMode.Write) and then write chirp text into this stream. They are saying it will be decrypted.… more »