EncryptedConfigEditor is a Windows Forms application designed to edit encrypted sections of a .config file. It provides a user-friendly interface to load, edit, and save configuration files, ensuring that sensitive sections are properly encrypted. This project was created as an alternative to the aspnet_regiis command line utility.
- Load and edit
.configfiles by section. - Edit contents with XML syntax highlighting.
- Automatically encrypt sections when saving.
- .NET Framework 4.7.2 or later
- Browse for Config File: Click the
Browsebutton to select a.configfile. - Select a Section: Choose a section from the dropdown to view and edit its contents.
- Edit Content: Modify the XML content in the text area. Changes are tracked automatically.
- Save Changes: Click the
Save Changesbutton to save your modifications. The application will encrypt the section if necessary. - Unsaved Changes: If there are unsaved changes, the application will prompt you to save before closing or loading a new file.
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the GNU GPLv3 License. See the LICENSE file for details.
For any questions or suggestions, feel free to open an issue.