This is a solution to a pretty common problem - using encryption simply in .NET. Well, here's a simple class which provides decent encryption with zero effort (the best way!)
UPDATE: Forgot to mention, this little class is from Ivan Medvedev who writes a really useful blog focussing on Security in .NET