NIST 800-171 Controls · Identification & Authentication
IA.2.085 — Store and transmit only cryptographically-protected passwords
Store and transmit only cryptographically-protected passwords.
What IA.2.085 means in plain English
Passwords must never be stored in plain text (like in a spreadsheet or a text file) or sent across the network unencrypted. Properly protected means the password is "hashed" — converted into a scrambled one-way code using an algorithm like bcrypt or PBKDF2, so even if the database is stolen, the actual passwords cannot be recovered. Transmission protection means passwords are only ever sent over HTTPS/TLS connections, never over HTTP, plain FTP, or unencrypted email. For your team: use a password manager (never a spreadsheet), ensure all services use HTTPS, and never email passwords in plain text.
The assessment question
“Are all passwords stored exclusively in cryptographically hashed form (not plaintext or reversibly encrypted) — and are all password transmissions protected by TLS 1.2 or higher?”
How to implement IA.2.085
- Immediately audit whether any passwords are stored in plain text: check shared drives, SharePoint, OneNote, email threads, and sticky notes. Delete or replace any found.
- Migrate all password storage to Bitwarden Teams or Microsoft 365 Password Manager — both use AES-256 encryption and PBKDF2 hashing for storage.
- For any custom web applications or databases your company operates, verify the developer used bcrypt, Argon2, or PBKDF2 for password hashing — never MD5 or SHA-1 alone.
- Force HTTPS-only on any web services or applications you manage: configure HSTS headers and redirect all HTTP traffic to HTTPS.
- Confirm all remote access tools (VPN, RDP gateway, web portals) use TLS 1.2 or 1.3 — use IIS Crypto or SSL Labs to verify.
Evidence your assessor will ask for
- Password manager enrollment showing all users storing credentials in the vault
- SSL Labs test results showing A or A+ rating for all web services
- Attestation that no plain-text password files exist (with evidence of audit)
- TLS configuration screenshot for VPN and RDP gateway endpoints
- System Security Plan section documenting password storage and transmission protection mechanisms
Does AI prompt monitoring help with this control? Honestly, no.
IA.2.085 is met through the remediation steps above, not through AI traffic controls — an AI prompt firewall neither satisfies nor substitutes for it. We map AI monitoring only to the controls it genuinely evidences (flow control, boundary protection, audit, and incident support); for the full picture of where it does help, see the mapping guide linked below.
Full mapping: which 800-171 controls AI prompt monitoring evidences →
More Identification & Authentication controls
Identify system users, processes, and devices
IA.1.077Authenticate identities of users, processes, and devices
IA.2.078Use multifactor authentication for local and network access
IA.2.079Employ replay-resistant authentication mechanisms
IA.2.080Prevent reuse of identifiers
IA.2.081Disable identifiers after defined period of inactivity
Score yourself against all 110 controls
The free ShieldReady assessment walks every NIST 800-171 requirement, computes your SPRS score, and shows exactly which gaps cost the most points.