Could someone provide a starting point for encrypting a generic dictionary in .NET?
UPDATE Basically I'm storing a bunch of string values with string keys. This dictionary is storing quite a few items though. I'm not sure whether encrypting the content would be better vs encrypting the dictionary.