7

Crypt your config files with PowerShell

 4 years ago
source link: https://blog.vermorel.com/journal/2007/10/31/crypt-your-config-files-with-powershell.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Crypt your config files with PowerShell

Oct 31, 2007
sysadmin

ASP.Net 2.0 comes with a convenient native support for configuration file encryption. Yet, things are still not that easy for WinForms, Console applications or Windows Services since the aspnet_regiis.exe utility only supports Web Configuration files.

My own μISV has its share of distributed applications which involve securing a few connection strings over several machines. Securing the connection strings through encryption is not an ultimate defense (if the attacker gains executions rights on the local machine, connection strings will get disclosed anyway), but it can still save you a lot of trouble such as involuntary disclosure.

Download crypt-config.zip

I have found a practical way to solve the issue through PowerShell (see the PowerShell team blog for regular tips), namely two functions ```crypt-config and ``decrypt-config. The source code comes as single PSH script contains the function definitions.

To get started, extract the PS1 file from the Zip archive, then

PS docs:> . ($directory + “\crypt-config.ps1”) ;

PS docs:>crypt-config ‘MyConsole.exe’ ‘section’;

PS docs:>decrypt-config ‘MyConsole.exe’ ‘section’;

Typically, section will be replaced by connectionStrings. Note that you do not need to add the .config at the end of the configuration file path.`` ```


Reader Comments (1)

Notes: if you are just interested in password encryption within PowerShell, just have a look at http://abhishek225.spaces.live.com/Blog/cns!13469C7B7CE6E911!273.entry November 1, 2007 | joannes


Recommend

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK