text file security

jdjd1118

Member
Joined
Nov 30, 2005
Messages
12
Programming Experience
Beginner
I have a simple program that saves a list of usernames and passwords and saves to a file. Is there a simple way I can encrypt these files? Thanks
 
Hi

Recommendation from Microsoft on this is to use the DPAPI to store keys.

Look at the pdf file 'Building Secure ASP.Net Applications' on the MSDN Security Developer Centre. The 'How To' section near the end gives all of the code that you need.

Hope this helps

Chris Seary
 
Back
Top