Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Optional encryption of settings.json to prevent exposing password as cleartext. #2635

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Oct 11, 2017

  1. This feature addresses the narrow scope security case where misconfig…

    …ured IIS allows for the downloading of settings.txt or settings.json. In the current state these files store database passwords in as unencrypted clear text. This feature uses dotNet's ProtectedData API (scoped to the account the application is running under) to encrypt the values found in the dataSettings.json file so that in the event the file is exposed the sensitive information isn't available in clear text.
    mmccann-umph committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    5091c8a View commit details
    Browse the repository at this point in the history