IA
Identification And Authentication
2
3.5.10
Store and transmit only cryptographically-protected passwords.
All passwords must be cryptographically protected in a one-way function for storage and transmission. This type of protection changes passwords into another form, or a hashed password. A one-way transformation makes it impossible to turn the hashed password back into the original password. Example You are responsible for managing passwords for your organization. You protect all passwords with a one-way transformation, or hashing, before storing or transmitting them.
Store and transmit only cryptographically-protected passwords.
Cryptographically-protected passwords use salted one-way cryptographic hashes of passwords. See [NIST CRYPTO].
N/A
CIS Controls v7.1 16.4, 16.5
NIST SP 800-53 Rev 4 IA-5(1)
NIST SP 800-171 Rev 1 3.5.10
NIST CSF v1.1 PR.AC-1, PR.AC-6, PR.AC-7
CERT RMM v1.2 KIM:SG4.SP1
IA.2.081.[a] passwords are cryptographically protected in storage; and
IA.2.081.[b] passwords are cryptographically protected in transit.