Hi,

I am Using Visual Basic 2005 Express Edition

I saw a post written by jmcilhinney at:
http://www.vbforums.com/showpost.php...87&postcount=3
It is possible to encrypt all or part of a config file if it contains sensitive information. The .NET configuration classes handle the job of decrypting when reading and encrypting when writing without you lifting a finger. You just have to perform the initial encryption of the file. MSDN has the details.
I searched and not find in msdn.

My question is:
How can my program Encrypt and Decrypt and save my user settings file?

Thanks in advance