ToolypetMCP
intermediate4 minutessecurity

Password Policy Compliance Audit

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

passwordpolicycompliancestrengthaudit

이 레시피 활용 시점

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

단계

1

Test weak password

프롬프트:Generate a weak 8-character lowercase-only password for testing
2

Password Strength Checker

이 도구 사용해보기

Verify weak rejection

프롬프트:Check the weak password — should be rejected by policy
3

Test strong password

프롬프트:Generate a strong 16-character password with all character types
4

Password Strength Checker

이 도구 사용해보기

Verify strong acceptance

프롬프트:Check the strong password — should pass all policy requirements
5

Demonstrate proper storage

프롬프트:Hash the accepted password with bcrypt to demonstrate proper storage

자주 묻는 질문

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.

관련 레시피