This site is a demo for the nist-password-validator library. (v 3.0.1)
A lightweight, zero-dependencies open-source password validator according to NIST guidelines.
Check out the GitHub repository for more information. leave a star ⭐ if you like it!
HIBP (Have I Been Pwned) checks whether your password appears in known data breaches, aligning with NIST guidelines. These guidelines recommend verifying passwords against breach databases to prevent the reuse of compromised passwords.
The HIBP database contains nearly 1 billion unique passwords. While this number might seem large, a hacker with a modern computers can try them all within seconds using brute-force. Avoid using passwords found in such databases to enhance your security.
Context-specific password blocklists, in compliance with NIST guidelines, help ensure stronger password choices by disallowing predictable or commonly used passwords.