@bitbar/owasp-unsafe-passwords

1.0.0 • Public • Published

OWASP Unsafe Passwords

This repo contains JSON dictionaries with top unsafe passwords. Passwords has been taken from dictionaries found at https://weakpass.com/. Those files can be used e.g. if you are implementing OWASP Application Security Verification Standard 4.0.

All passwords:

  • are at least 12 characters in length (OWASP ASVS 4.0 - 2.1.1)
  • are in lower case (you need to transform password to lower case before check)

License

This project is licensed under the ISC License - see the LICENSE file for details.

Package Sidebar

Install

npm i @bitbar/owasp-unsafe-passwords

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

461 kB

Total Files

8

Last publish

Collaborators

  • msuchanek
  • piotrsapiejewskismartbear
  • szprutamich
  • krzysztof-moscichowski-smartbear
  • bitbar-dev