Details
The
Authentication credentials should always be protected to reduce the risk of stolen authentication credentials.
Solution
Authentication mode is configurable at the machine.config, root-level web.config, or application-level web.config:
1. Locate and open the configuration file where the credentials are stored
2. Find the
3. If present, ensure passwordFormat is not set to Clear
4. Change passwordFormat to SHA1 or MD5
The clear text passwords will need to be replaced with the appropriate hashed version.
Supportive Information
The following resource is also helpful.
This security hardening control applies to the following category of controls within NIST 800-53: Identification and Authentication.This control applies to the following type of system Windows.