-
How to Store application data securely using encrypted DataSets?
Posted by:hurricanesoftwares 1371 days ago • Discuss • http://www.hurricanesoftwares.com
.NET developers are familiar with using serialized DataSets to store local application data; this technique is used extensively in the WinForms development arena. The problems with this method are that anyone with access to the file can easily read the data and possibly even write to the file. The application would pick up the modified data and treat it as valid.



Computer

You are required to 



