STIGhubSTIGhub
STIGsSearchCompareAbout

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • Compare Versions

Resources

  • About
  • VPAT
  • DISA STIG Library
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Anduril NixOS Security Technical Implementation Guide

V-268175

CAT II (Medium)

NixOS must employ approved cryptographic hashing algorithms for all stored passwords.

Rule ID

SV-268175r1131158_rule

STIG

Anduril NixOS Security Technical Implementation Guide

Version

V1R2

CCIs

CCI-000803

Discussion

Unapproved mechanisms that are used for authentication to the cryptographic module are not verified and therefore cannot be relied upon to provide confidentiality or integrity, and DOD data may be compromised. Operating systems using encryption are required to use FIPS-compliant mechanisms for authenticating to cryptographic modules. FIPS 140-3 is the current standard for validating that mechanisms used to access cryptographic modules use authentication that meets DOD requirements. This allows for Security Levels 1, 2, 3, or 4 for use on a general purpose computing system.

Check Content

Verify NixOS uses employs approved cryptographic hashing algorithms for all stored passwords with the following command:

(Change <unique-username> to the desired user to verify.)

$ sudo cat /etc/shadow | grep "<unique-username>" | cut -d'$' -f2

If the command does not return 6 for SHA512, this is a finding.

Fix Text

Lock all interactive user accounts not using SHA-512 hashing until the passwords can be regenerated with SHA-512.

$ sudo usermod -L $USERNAME