SV-275660r1148030_rule
V-275660
SRG-OS-000120-GPOS-00061
RIIM-OS-611070
CAT II
10
Configure Ubuntu OS to encrypt all stored passwords.
Add or modify the following line in the "/etc/login.defs" file:
ENCRYPT_METHOD SHA512
Verify that the shadow password suite configuration is set to encrypt passwords with a FIPS 140-2/140-3 approved cryptographic hashing algorithm by using the following command:
$ grep -i '^\s*encrypt_method' /etc/login.defs
ENCRYPT_METHOD SHA512
If "ENCRYPT_METHOD" does not equal SHA512 or greater, is commented out, or is missing, this is a finding.
V-275660
False
RIIM-OS-611070
Verify that the shadow password suite configuration is set to encrypt passwords with a FIPS 140-2/140-3 approved cryptographic hashing algorithm by using the following command:
$ grep -i '^\s*encrypt_method' /etc/login.defs
ENCRYPT_METHOD SHA512
If "ENCRYPT_METHOD" does not equal SHA512 or greater, is commented out, or is missing, this is a finding.
M
5706