Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Latest commit

 

History

History
8 lines (4 loc) · 598 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 598 Bytes

NIST Bad Passwords (NBP)

Detailed documenation can be found at https://cry.github.io/nbp/.

Referencing Special Publication 800-63-3: Digital Authentication Guidelines, NIST has put out a new standard for password verification and storage. One of these recommended new measures is the validation of passwords against a known blacklist of common passwords.

NBP aims to make this recommendation easier to meet. Developers need only to query the library to determine if the password is part of their requested password list.