Skip to content

Security Validation

Use this workflow when validating entropy quality for key generation or CSPRNG seeding.

Terminal window
openentropy analyze --profile security --output audit.md

security enables forensic + entropy breakdown + NIST-style report behavior.

  • Min-entropy is in an acceptable range for your threat model
  • Forensic metrics show no persistent structural failures
  • NIST-style report pass/fail trends are stable across runs

Run at least a few independent captures to avoid one-off conclusions:

Terminal window
openentropy record all --duration 1m --analyze
openentropy sessions sessions/<id> --profile security

4) Enforce Conditioned Output In Production

Section titled “4) Enforce Conditioned Output In Production”

Use SHA-256 conditioned output for operational use:

Terminal window
openentropy stream --conditioning sha256 --format raw --bytes 1024