Results 1 to 2 of 2

Thread: [2005] Encrypt and Decrypt user Settings File

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Posts
    224

    [2005] Encrypt and Decrypt user Settings File

    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

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: [2005] Encrypt and Decrypt user Settings File

    I've answered this question in that other thread. Please don't double post.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width