Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 677947
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T01:05:42+00:00 2026-05-14T01:05:42+00:00

In my applications web.config file I have a connection string stored. I encrypted it

  • 0

In my applications web.config file I have a connection string stored.
I encrypted it using

  '---open the web.config file
    Dim config As Configuration = _
       ConfigurationManager.OpenWebConfiguration( _
       Request.ApplicationPath)
    '---indicate the section to protect
    Dim section As ConfigurationSection = _
       config.Sections("connectionStrings")
    '---specify the protection provider
    section.SectionInformation.ProtectSection(protectionProvider)
    '---Apply the protection and update
    config.Save()

Now I can decrypt it using the code

   Dim config As Configuration = _
       ConfigurationManager.OpenWebConfiguration( _
       Request.ApplicationPath)
    Dim section As ConfigurationSection = _
       config.Sections("connectionStrings")
    section.SectionInformation.UnProtectSection()
    config.Save()

I want to know where is the key stored, and also if somehow my web.config file is stolen, will it be possible for him/her to decrypt it using the code above.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T01:05:43+00:00Added an answer on May 14, 2026 at 1:05 am

    The user keys are stored in:

    [Letter]:\Documents and Settings\[User]\Application Data\Microsoft\Crypto\RSA
    

    Machine keys are in:

    [Letter]:\Documents and Settings\All Users\Application Data\Microsoft\Crypto\RSA\MachineKeys
    

    If someone has the file and the keys then yes, they’ll be able to decrypt. If only the file, no they won’t be able to.

    Also, if they decrypt using the same code on the same server, then yes. However, if they reach your server, it’s all over anyways.


    EDIT to add into the answer from comments:

    • Q: If I copy the key and paste it in some other PC along with the web.config, will it be decrypted?
    • A: If i’m not mistaken, the key will only work on that machine unless you do an import/export. However, as I say, if someone has gained access do this, you will be “dead in the water” already, as the compromised server will be devastating.

    • Q: I created one more web application and encrypted it.I see that no new key is created there.Did it use the same key for the 2nd application?

    • A: As far as I know, yes. The keys are generated per machine, per user to my knowledge.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have web application and and DB connection settings are stored in web.config The
In my ASP.NET application I have a web.config file. In the web.config file I
We all know that modifying a .NET web application's web.config file restarts the app
The web applications I develop often require co-dependent configuration settings and there are also
I develop web applications and in my job so far, I have been waging
So, I am trying to deploy a Web Application feature that updates the web.config
Is there a recommended way to bounce an asp.net application besides touching web.config from
I usually store my connectionstring in web.config or in the application settings of my
Some web applications, like Google Docs, store data generated by the users. Data that
Web applications that want to force a resource to be downloaded rather than directly

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.