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
Coming soon.
- 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
After pulling:
npm install
npm test # single run
npm run tdd # continuous running
Coming soon.