JavaSript implementation of KoreLogic's PathWell topologies to determine the strength of a given password.
https://www.korelogic.com/Resources/Presentations/bsidesavl_pathwell_2014-06.pdf
https://blog.korelogic.com/blog/2014/04/04/pathwell_topologies
Usage
Coming soon.
Roadmap
- [ ] add option to save topology to server (auditing mode)
- [ ] add option to check existing topologies on a server and provide async feedback about the topology (maximum use count mode)
- [ ] add simple backend server
Contribution
After pulling:
``
npm install
`
Test
`
npm test # single run
npm run tdd # continuous running
``
Legal
Coming soon.