SV-271314r1109121_rule
V-271314
SRG-APP-000179-DB-000114
SQLI-22-008700
CAT I
10
Configure Windows to require the use of FIPS compliant algorithms for the unclassified information that requires it.
1. Click "Start".
2. Type "Local Security Policy".
3. Press "Enter".
4. Expand "Local Policies".
5. Select "Security Options".
6. Locate "System Cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing".
7. Change the Setting option to "Enabled".
8. Restart Windows.
Verify that Windows is configured to require the use of FIPS compliant algorithms.
1. Click "Start".
2. Type "Local Security Policy".
3. Press "Enter".
4. Expand "Local Policies".
5. Select "Security Options".
6. Review the Security Setting for "System Cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing".
If the Security Setting for this option is "Disabled", this is a finding.
Alternatively, run the following code in PowerShell:
Get-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy | Select Enabled
If the returned value is "0", this is a finding.
V-271314
False
SQLI-22-008700
Verify that Windows is configured to require the use of FIPS compliant algorithms.
1. Click "Start".
2. Type "Local Security Policy".
3. Press "Enter".
4. Expand "Local Policies".
5. Select "Security Options".
6. Review the Security Setting for "System Cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing".
If the Security Setting for this option is "Disabled", this is a finding.
Alternatively, run the following code in PowerShell:
Get-ItemProperty -Path HKLM:\SYSTEM\CurrentControlSet\Control\Lsa\FipsAlgorithmPolicy | Select Enabled
If the returned value is "0", this is a finding.
M
5677