ToolypetMCP
intermediate4 minutessecurity

Password Policy Compliance Audit

Audit password policy compliance: generate test passwords at different strengths and verify against policy requirements.

passwordpolicycompliancestrengthaudit

Quando usar esta receita

Test your password policy with various password strengths. Ensure your system correctly rejects weak passwords and accepts strong ones, meeting compliance requirements.

Etapas

1

Test weak password

Prompt:Generate a weak 8-character lowercase-only password for testing
2

Password Strength Checker

Experimente esta ferramenta

Verify weak rejection

Prompt:Check the weak password — should be rejected by policy
3

Test strong password

Prompt:Generate a strong 16-character password with all character types
4

Password Strength Checker

Experimente esta ferramenta

Verify strong acceptance

Prompt:Check the strong password — should pass all policy requirements
5

Demonstrate proper storage

Prompt:Hash the accepted password with bcrypt to demonstrate proper storage

Perguntas frequentes

What does NIST say about password policies?

NIST 800-63B: minimum 8 characters, no composition rules (no forced special chars), check against breached password lists, no periodic rotation requirements. Focus on length over complexity.

Should I require special characters?

NIST says no — it leads to predictable patterns (P@ssw0rd!). Instead, require minimum length (12+), check against breach databases, and support passphrases.

Receitas relacionadas