My C# Tutorials!

  • Thread starter Thread starter ziggyware
  • Start date Start date
Z

ziggyware

I'm writing a few (moderate to advanced) C# tutorials (as well as many
other tutorial categories)

I'm looking for constructive criticism as well as volunteers to help
write articles and tutorials.

http://www.ziggyware.com/articles.php?cat_id=4

On encryption:

o ASCII is a lousy choice of encoding to use - it will lose any non-
ASCII data.
o Calling Read on a stream without using the return value is a really
bad idea
o The plaintext size won't always be the same as the encrypted size
 
Thanks for the reply :) I'll mention that in the article so people will
realise that this is not the best approach, rather a simple starting
point :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top