An open API service indexing awesome lists of open source software.

https://github.com/johannesbuchner/passwordtopologies

Common Password Topologies
https://github.com/johannesbuchner/passwordtopologies

Last synced: 7 months ago
JSON representation

Common Password Topologies

Awesome Lists containing this project

README

          

Commonly used password topologies
===================================

Some patterns of passwords are extremely common,
for example Denver14 follows the pattern Ullllldd
where

* u=uppercase
* l=lowercase
* d=digit
* s=special (other character)

Risk
-----

* Password crackers can search the most common patterns systematically (and do already).
* Users who use these common patterns are thus at risk.

Therefore, to increase security of your system you should not allow
users to choose passwords following these patterns!

This project identifies the most common password topologies.

See the `Report `_

Actions
---------
* Additional to the other OWASP recommendations (see below).
* When users set their passwords, check if that password is in a common topology.
* Encourage users to set pass-phrases, not passwords, and allow long passwords.

References
---------------

* `Pathwell Topologies `_
* `OWASP Security Guidelines `_