Skip to content

yetzt/password-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

password-search

password-search is a website in the style of a search engine that suggests autocompleted passwords based on the first typed characters. all ascii-passwords with more than 50 occurances across the several dumps acquired from the so-called collection leaks were included in the dataset.

this is done in a privacy-concious way by only ever transmitting the first three characters to the server and examining subsequent characters in a trie search locally in the browser.

licenses

the provided dataset is licensed under Open Data Commons Open Database License (ODbL), the web interface is licensed under CC-BY with attribution to yetzt, the included libraries trie-mapping and zepto.js are licensed under MIT respectively.

About

autocompletion for passwords

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published