Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 955 Bytes

readme.md

File metadata and controls

12 lines (8 loc) · 955 Bytes

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.