{"id":25415725,"url":"https://github.com/firaenix/password-filter","last_synced_at":"2025-09-03T07:34:48.549Z","repository":{"id":57675613,"uuid":"449158107","full_name":"Firaenix/password-filter","owner":"Firaenix","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-10T13:42:53.000Z","size":3398,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-24T00:58:15.378Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Firaenix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-18T05:52:49.000Z","updated_at":"2022-01-20T12:30:50.000Z","dependencies_parsed_at":"2022-09-26T20:41:37.316Z","dependency_job_id":null,"html_url":"https://github.com/Firaenix/password-filter","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Firaenix%2Fpassword-filter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Firaenix%2Fpassword-filter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Firaenix%2Fpassword-filter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Firaenix%2Fpassword-filter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Firaenix","download_url":"https://codeload.github.com/Firaenix/password-filter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250541005,"owners_count":21447427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-16T15:52:15.302Z","updated_at":"2025-04-24T00:58:21.740Z","avatar_url":"https://github.com/Firaenix.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Password Filter\n\nA Binary Fuse filter that stores the top 1,000,000 most compromised passwords from https://haveibeenpwned.com/Passwords. \n\nRuns in WASM environments to allow quickly testing that your password is not compromised. \n\n### Build your xorfilter.bin\n1. Put your pwned-passwords dataset into the dataset folder named `pwned-passwords-sha1-ordered-by-count.txt`\n2. Run `cargo run --example build_filter --release`\n\n### Test querying your xorfilter.bin\n1. cargo run --example query_filter --release\n\n## Install in NodeJS\nI couldn't get the password-filter npm library so I'm using pwned-pass instead\nNodeJS:  \n`npm install pwned-pass`\n\nWebpack:  \n`npm install pwned-pass-bundler`\n\nDeno \n```js\nimport init, {isCompromisedPassword} from 'https://deno.land/x/password_filter@1.1.0/password_filter.js';\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiraenix%2Fpassword-filter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffiraenix%2Fpassword-filter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffiraenix%2Fpassword-filter/lists"}